open-consul/ui-v2/tests/acceptance/dc/acls/index.feature
John Cowen 9aa86d892d Add test for not showing the delete button for the first acl...
Also, change the action group page objects to use data-test attributes
instead of last-child which isn't reliable (and stay consistent)
2018-06-14 15:01:54 +01:00

15 lines
357 B
Gherkin

@setupApplicationTest
Feature: dc / acls / index: ACL List
Scenario:
Given 1 datacenter model with the value "dc-1"
And 3 acl models
When I visit the acls page for yaml
---
dc: dc-1
---
Then the url should be /dc-1/acls
And I click actions on the acls
Then I don't see delete on the acls
Then I see 3 acl models