consul/ui-v2/tests/acceptance/dc
John Cowen 9013e53ebc
ui: Ensures nested policy forms are reset properly (#5838)
1. All {{ivy-codemirror}} components need 'refreshing' when they become
visible via our own `didAppear` method on the `{{code-editor}}`
component

(also see:)
- https://github.com/hashicorp/consul/pull/4190#discussion_r193270223
- 73db111db8 (r225264296)

2. On initial investigation, it looks like the component we are using
for the code editor doesn't distinguish between setting its `value`
programatically and a `keyup` event, i.e. an interaction from the user.
We currently pretend that whenever its `value` changes, it is a `keyup`
event. This means that when we reset the `value` to `""`
programmatically for form resetting purposes, a 'pretend keyup' event
would also be fired, which would in turn kick off the validation, which
would fail and show an error message for empty values in other fields of
the form - something that is perfectly valid if you haven't typed
anything yet. We solved this by checking for `isPristine` on fields that
are allowed to be empty before you have typed anything.
2019-06-04 15:57:35 +01:00
..
acls ui: Ensures nested policy forms are reset properly (#5838) 2019-06-04 15:57:35 +01:00
intentions UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
kvs UI: [BUGFIX] Decode/encode urls (#5206) 2019-01-23 13:46:59 +00:00
nodes ui: Fixes RTT display, by ensuring use of ember proxies in tomography (#5666) 2019-05-01 18:22:33 +00:00
services ui: Adds {{Datacenter}} keyword for URL template interpolation (#5768) 2019-05-02 18:29:43 +00:00
forwarding.feature Add a beforeModel hook at dc/index to auto transition to services 2018-06-21 12:49:00 +01:00
index.feature WIP: Feature/acceptance tests 2018-06-12 11:24:35 +01:00
list-blocking.feature UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
list.feature UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00