github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/acceptance/dc/acls/policies/view-management.feature (about) 1 @setupApplicationTest 2 Feature: dc / acls / policies / view managment: Readonly management policy 3 Background: 4 Given 1 datacenter model with the value "datacenter" 5 And 1 policy model from yaml 6 --- 7 ID: 00000000-0000-0000-0000-000000000001 8 --- 9 Scenario: 10 When I visit the policy page for yaml 11 --- 12 dc: datacenter 13 policy: 00000000-0000-0000-0000-000000000001 14 --- 15 Then the url should be /datacenter/acls/policies/00000000-0000-0000-0000-000000000001 16 Then I see the text "View Policy" in "h1" 17 Then I don't see confirmDelete 18 Then I don't see cancel 19 And I see tokens 20