f6a7164d10
* Installs ember-page-title 5.x * Adds a page title to all template files that need one * Adds an assertion step to test the page titles
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"
|