mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
12 lines
262 B
Gherkin
12 lines
262 B
Gherkin
@setupApplicationTest
|
|
Feature: Nodes
|
|
Scenario:
|
|
Given 1 datacenter model with the value "dc-1"
|
|
And 3 node models
|
|
When I visit the nodes page for yaml
|
|
---
|
|
dc: dc-1
|
|
---
|
|
Then the url should be /dc-1/nodes
|
|
Then I see 3 node models
|