open-consul/ui-v2/tests/acceptance/settings/show.feature

10 lines
283 B
Gherkin
Raw Normal View History

@setupApplicationTest
@notNamespaceable
Feature: settings / show: Show Settings Page
Scenario:
Given 1 datacenter model with the value "datacenter"
When I visit the settings page
Then the url should be /setting
And the title should be "Settings - Consul"