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.
24 lines
722 B
24 lines
722 B
Feature: Landing Page
|
|
In order to learn about Bike!Bike!
|
|
As a visitor
|
|
|
|
Scenario: See a more info link
|
|
Given There is an upcoming conference in Halifax NS
|
|
And I am on the landing page
|
|
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
|
|
|
|
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
|
|
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
|
|
|