consul/ui-v2/tests
John Cowen 2920f73ddd ui: Adds `document` and `viewport` methods to the dom service (#5052)
`window` and `document` are easily injected anyhow, but this
primarily this keeps everything dom related in the same place.

Included here are changes to make all ember related objects use the dom
service `document` and `viewport` instead of just `document` and
`window`.

Quote from a previous PR (#4924) which explains the thinking around this:

> Now I have all these things in the dom service, it would make sense
to get window from there also. I was thinking of making a viewport
method, which would be a nice word whether window was a browser window,
an iframe (not really a window) like when ember testing, or anything
else. To me the viewport is what we are actually talking about here.
2019-05-01 18:21:57 +00:00
..
acceptance ui: Removes delete button form pages that show your current token (#5241) 2019-01-23 13:51:36 +00:00
helpers UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
integration ui: Adds `document` and `viewport` methods to the dom service (#5052) 2019-05-01 18:21:57 +00:00
lib UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
pages UI: [BUGFIX] Decode/encode urls (#5206) 2019-01-23 13:46:59 +00:00
unit ui: Adds better error passthrough, disable/unauthorize properly on error (#5041) 2019-05-01 18:21:53 +00:00
index.html Find a way to test pre-ember load 2018-06-15 13:56:45 +01:00
pages.js UI: Catch 500 error on token endpoint and revert to legacy tokens (#4874) 2018-11-02 14:44:36 +00:00
steps.js UI: Removes success notification on faking a success response for `self` (#4906) 2018-11-07 15:57:41 +00:00
test-helper.js enable ember-exam 2019-01-03 22:21:20 -05:00