mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
4b8cabce0d
This PR adds routes and an initial landing page for the Cluster Overview page
8 lines
276 B
Gherkin
8 lines
276 B
Gherkin
@setupApplicationTest
|
|
@notNamespaceable
|
|
Feature: index-forwarding
|
|
Scenario: Arriving at the index page when there is only one datacenter
|
|
Given 1 datacenter model with the value "dc1"
|
|
When I visit the index page
|
|
Then the url should be /dc1/overview/server-status
|