mirror of
https://github.com/status-im/consul.git
synced 2025-01-28 06:25:25 +00:00
4a9f6101c9
* ui: Add initial peering listing acceptance tests (#14522)
20 lines
431 B
Gherkin
20 lines
431 B
Gherkin
@setupApplicationTest
|
|
Feature: dc / peers / index: Peers List
|
|
Background:
|
|
And 1 datacenter model with the value "dc-1"
|
|
And 3 peer models from yaml
|
|
---
|
|
- Name: a-peer
|
|
- Name: b-peer
|
|
- Name: z-peer
|
|
---
|
|
When I visit the peers page for yaml
|
|
---
|
|
dc: dc-1
|
|
---
|
|
Then the url should be /dc-1/peers
|
|
And the title should be "Peers - Consul"
|
|
Scenario:
|
|
Then I see 3 peer models
|
|
|