github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/acceptance/dc/nodes/index.feature (about) 1 @setupApplicationTest 2 Feature: Nodes 3 Scenario: 4 Given 1 datacenter model with the value "dc-1" 5 And 3 node models 6 When I visit the nodes page for yaml 7 --- 8 dc: dc-1 9 --- 10 Then the url should be /dc-1/nodes 11 Then I see 3 node models