BikeBikeBike/features/static_pages.feature

27 lines
953 B
Gherkin
Raw Normal View History

2015-08-21 19:29:43 -07:00
Feature: Static Pages
2017-04-09 11:37:16 -07:00
Scenario: Read the about page
Given There is an upcoming conference in 'Portland OR'
And I am on the about page
Then I should see 'What is Bike!Bike!?'
2015-08-21 19:29:43 -07:00
2017-04-09 11:37:16 -07:00
Scenario: Read the policy page
Given There is an upcoming conference in 'Regina, SK'
And I am on the policy page
Then I should see 'Safer Space Agreement'
2015-08-21 19:29:43 -07:00
2017-04-09 11:37:16 -07:00
Scenario: See a 404 page
Given There is an upcoming conference in 'Edmundston, NB'
And I am on a 404 error page
Then I should see 'The page you are looking for could not be found'
Scenario: See a 500 page
Given There is an upcoming conference in 'Souris, MB'
And I am on a 500 error page
Then I should see 'An error has occurred'
Scenario: See a locale not available page
Given There is an upcoming conference in 'Eldorado, MX'
And I am on a locale not available error page
Then I should see 'Klingon Translations Missing'