github.com/rposudnevskiy/consul@v1.4.5/ui-v2/tests/acceptance/dc/forwarding.feature (about)

     1  @setupApplicationTest
     2  Feature: dc forwarding
     3    In order to arrive at a useful page when only specifying a dc in the url
     4    As a user
     5    I should be redirected to the services page for the dc
     6    Scenario: Arriving at the datacenter index page with no other url info
     7      Given 1 datacenter model with the value "datacenter"
     8      When I visit the dcs page for yaml
     9      ---
    10      dc: datacenter
    11      ---
    12      Then the url should be /datacenter/services