github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/acceptance/dc/list.feature (about) 1 @setupApplicationTest 2 Feature: dc > list: List Models 3 Scenario: Listing [Model] 4 Given 1 datacenter model with the value "dc-1" 5 And 3 [Model] models 6 When I visit the [Page] page for yaml 7 --- 8 dc: dc-1 9 --- 10 Then the url should be [Url] 11 12 Then I see 3 [Model] models 13 Where: 14 ------------------------------------------------- 15 | Model | Page | Url | 16 | service | services | /dc-1/services | 17 | node | nodes | /dc-1/nodes | 18 | kv | kvs | /dc-1/kv | 19 # | acl | acls | /dc-1/acls | 20 | token | tokens | /dc-1/acls/tokens | 21 | policy | policies | /dc-1/acls/policies | 22 -------------------------------------------------