open-consul/ui-v2/tests/acceptance/dc/acls/index.feature
John Cowen 52a62f2b8d UI: New ACLs (#4789)
UI to accompany the new ACLs APIs
2018-10-19 08:45:05 -07:00

13 lines
428 B
Gherkin

@setupApplicationTest
Feature: acl forwarding
In order to arrive at a useful page when only specifying 'acls' in the url
As a user
I should be redirected to the tokens page
Scenario: Arriving at the acl index page with no other url info
Given 1 datacenter model with the value "datacenter"
When I visit the acls page for yaml
---
dc: datacenter
---
Then the url should be /datacenter/acls/tokens