mirror of https://github.com/status-im/consul.git
10 lines
283 B
Gherkin
10 lines
283 B
Gherkin
|
@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"
|