2014-07-18 19:33:42 -07:00
|
|
|
Feature: Landing Page
|
2014-07-24 00:16:33 -06:00
|
|
|
In order to learn about Bike!Bike!
|
|
|
|
As a visitor
|
2014-07-18 19:33:42 -07:00
|
|
|
|
2014-07-24 00:16:33 -06:00
|
|
|
Scenario: See a more info link
|
|
|
|
Given There is an upcoming conference in Halifax NS
|
|
|
|
And I am on the landing page
|
2015-08-18 22:18:29 -07:00
|
|
|
Then I see the Bike!Bike! logo
|
2014-07-24 00:16:33 -06:00
|
|
|
|
|
|
|
Scenario: See a register link
|
2015-08-18 22:18:29 -07:00
|
|
|
Given There is an upcoming conference in Sackville NB
|
2014-07-24 00:16:33 -06:00
|
|
|
And Registration is open
|
|
|
|
And I am on the landing page
|
2015-08-18 22:18:29 -07:00
|
|
|
And I see a Register link
|