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-04-01 18:02:51 -07:00
|
|
|
#Then I see the Bike!Bike! logo
|
|
|
|
#And I see the Conferences menu item
|
|
|
|
#And I see the Organizations menu item
|
|
|
|
#And I see the Resources menu item
|
|
|
|
#And I see Halifax
|
|
|
|
#And I see More Info
|
2014-07-24 00:16:33 -06:00
|
|
|
|
|
|
|
Scenario: See a register link
|
|
|
|
Given There is an upcoming conference in Halifax NS
|
|
|
|
And Registration is open
|
|
|
|
And I am on the landing page
|
2015-04-01 18:02:51 -07:00
|
|
|
#Then I see the Bike!Bike! logo
|
|
|
|
#And I see the Conferences menu item
|
|
|
|
#And I see the Organizations menu item
|
|
|
|
#And I see the Resources menu item
|
|
|
|
#And I see Halifax
|
|
|
|
#And I see a Register Now link
|