You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
431 B
15 lines
431 B
Feature: Static Pages
|
|
In order to learn about Bike!Bike!
|
|
As a visitor
|
|
|
|
Scenario: Read the about page
|
|
Given There is an upcoming conference in Halifax NS
|
|
And I am on the about page
|
|
|
|
Scenario: Read the policy page
|
|
Given There is an upcoming conference in Halifax NS
|
|
And I am on the policy page
|
|
|
|
Scenario: See a 404 page
|
|
Given There is an upcoming conference in Halifax NS
|
|
And I am on a 404 error page
|
|
|