2018-06-14 14:01:54 +00:00
|
|
|
@setupApplicationTest
|
2020-01-24 12:26:28 +00:00
|
|
|
@notNamespaceable
|
|
|
|
Feature: dc / acls / index: acl forwarding
|
2018-10-19 15:17:02 +00:00
|
|
|
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"
|
2018-06-14 14:01:54 +00:00
|
|
|
When I visit the acls page for yaml
|
|
|
|
---
|
2018-10-19 15:17:02 +00:00
|
|
|
dc: datacenter
|
2018-06-14 14:01:54 +00:00
|
|
|
---
|
2018-10-19 15:17:02 +00:00
|
|
|
Then the url should be /datacenter/acls/tokens
|