mirror of https://github.com/status-im/consul.git
13 lines
304 B
Gherkin
13 lines
304 B
Gherkin
|
@setupApplicationTest
|
||
|
Feature: dc / acls / roles / index: ACL Roles List
|
||
|
|
||
|
Scenario:
|
||
|
Given 1 datacenter model with the value "dc-1"
|
||
|
And 3 role models
|
||
|
When I visit the roles page for yaml
|
||
|
---
|
||
|
dc: dc-1
|
||
|
---
|
||
|
Then the url should be /dc-1/acls/roles
|
||
|
Then I see 3 role models
|