open-consul/ui-v2/tests/acceptance/dc/acls/roles/navigation.feature
Kenia b6cf6ab6cd
ui: Add sorting to Roles (#8369)
* Add sorting to ACLs roles with comparator

* Add acls/roles sorting test

* Add navigation feature test to roles

* Update onchange value target for sorting roles
2020-07-29 10:55:38 -04:00

17 lines
507 B
Gherkin

@setupApplicationTest
Feature: dc / roles / navigation
Scenario: Clicking a role in the listing and back again
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
And the title should be "Roles - Consul"
Then I see 3 role models
When I click role on the roles
And I click "[data-test-back]"
Then the url should be /dc-1/acls/roles