Paypal Registration
This commit is contained in:
@@ -1,9 +1,24 @@
|
||||
Feature: Landing Page
|
||||
As a person interested in bikebike
|
||||
I want to find out about the current bikebike
|
||||
In order to attend the conference
|
||||
In order to learn about Bike!Bike!
|
||||
As a visitor
|
||||
|
||||
Scenario: Read landing page content
|
||||
Given I am on the landing page
|
||||
Then I can read about the current bikebike
|
||||
And I can register for the conference
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user