mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
7 lines
258 B
Gherkin
7 lines
258 B
Gherkin
@setupApplicationTest
|
|
Feature: index forwarding
|
|
Scenario: Arriving at the index page when there is only one datacenter
|
|
Given 1 datacenter model with the value "datacenter"
|
|
When I visit the index page
|
|
Then the url should be /datacenter/services
|