open-consul/ui-v2/tests
John Cowen 3ec70b62a3
ui: Fix freetext searching within the nodes page (#4819)
Essentially this was missing a call to `super`. The error unfortuantely
didn't arise in the tests as it only errors when the node list has 4
items are more (the 4 columns), and the acceptence tests by change were
only filling the page with 3 nodes for test purposes.

I've bumped the amount of nodes up to 4 in the tests, which then causes
the tests to fail, made the fix by adding the `super` call, and the
tests now pass.

I also tested the UI/text searching on a 10,000 node system, and
everything now works as expected.
2018-10-19 14:31:22 +01:00
..
acceptance ui: Fix freetext searching within the nodes page (#4819) 2018-10-19 14:31:22 +01:00
helpers UI: Package upgrades (#4740) 2018-10-03 09:54:07 +01:00
integration UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
lib UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
pages UI: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
unit UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
index.html Find a way to test pre-ember load 2018-06-15 13:56:45 +01:00
pages.js Basic acceptance testing for navigating via cancel buttons 2018-07-04 18:39:15 +01:00
steps.js UI: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
test-helper.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00