github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/acceptance/dc/acls/index.feature (about) 1 @setupApplicationTest 2 Feature: acl forwarding 3 In order to arrive at a useful page when only specifying 'acls' in the url 4 As a user 5 I should be redirected to the tokens page 6 Scenario: Arriving at the acl index page with no other url info 7 Given 1 datacenter model with the value "datacenter" 8 When I visit the acls page for yaml 9 --- 10 dc: datacenter 11 --- 12 Then the url should be /datacenter/acls/tokens