Fixed tests

This commit is contained in:
Godwin 2017-06-05 14:15:14 -07:00
parent fffc6c865d
commit 71745f9deb
3 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ Feature: Conferences
Then I should see 'Brooklyn'
But I should not see 'Yellowknife'
And not see 'New Orleans'
And not see 'More info'
And not see 'Details'
And not see a 'Register' link
And I should not see an 'Administrate' link
And I should not see an 'Edit' link
@ -75,7 +75,7 @@ Feature: Conferences
Then I should see 'Brooklyn'
But I should not see 'Yellowknife'
And not see 'New Orleans'
And not see 'More info'
And not see 'Details'
But I should see a 'Register' link
And I should not see an 'Administrate' link
And I should not see an 'Edit' link

View File

@ -6,14 +6,14 @@ Feature: Landing Page
Given there is an upcoming conference in 'Brooklyn NY'
And I am on the landing page
Then I should see a 'More info' link
Then I should see a 'Details' link
Scenario: A registration link is displayed when registration is open
Given there is an upcoming conference in 'Brooklyn NY'
And Registration is open
And I am on the landing page
Then I should see a 'More info' link
Then I should see a 'Details' link
And see a 'Register' link
And see 'Brooklyn'

View File

@ -50,7 +50,7 @@ Feature: Workshops
When I click the 'Workshops' link
Then I should see two workshops
When I click on the 'More info' link
When I click on the 'Details' link
Then I should see 'Tools'
And should see 'Education'