consul/ui/packages/consul-ui/tests/acceptance/index-forwarding.feature
John Cowen 4b8cabce0d
ui: Overview UI Routing (#12493)
This PR adds routes and an initial landing page for the Cluster Overview page
2022-03-15 12:58:14 +00:00

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