consul/ui-v2/tests/acceptance
John Cowen 297788408b
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
..
components ui: Fix freetext searching within the nodes page (#4819) 2018-10-19 14:31:22 +01:00
dc ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00
settings UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
steps ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00
deleting.feature UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
index-forwarding.feature WIP: Feature/acceptance tests 2018-06-12 11:24:35 +01:00
page-navigation.feature UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00
startup.feature Reset `<html class>` after every test, back to its original static value 2018-06-25 12:11:01 +01:00
submit-blank.feature Add some low hanging intention tests, basically add intentions to others 2018-07-04 13:21:30 +01:00
token-header.feature Use html5 oninput instead of onkeyup for native textual inputs 2018-07-03 15:40:15 +01:00