Reverted back to PhatomJs 2.1.1

This commit is contained in:
Godwin
2017-04-13 19:56:27 -07:00
parent cb07484265
commit 74d952393a
7 changed files with 49 additions and 84 deletions
+10 -6
View File
@@ -15,7 +15,7 @@ Feature: Sign In
And I should get a 'confirmation' email
When I click on the 'Confirm' link in the email
Then I should see 'Your Account'
Then I should be on the settings page
Then I should not see a 'My registration' link
Scenario: Sign in from the settings page
@@ -30,7 +30,7 @@ Feature: Sign In
And I should get a 'confirmation' email
When I click on the 'Confirm' link in the email
Then I should see 'Your Account'
Then I should be on the settings page
Scenario: Users can sign in in different sessions
Given there is an upcoming conference in 'Brooklyn NY'
@@ -40,7 +40,8 @@ Feature: Sign In
And I enter my email
And press confirm_email
Then I should get a 'confirmation' email
Then I should be on the do_confirm page
And I should get a 'confirmation' email
Then in a new session
When I click on the 'Confirm' link in the email
@@ -49,7 +50,6 @@ Feature: Sign In
And click the 'Sign In' button
Then I should be on the settings page
And I should see 'Your Account'
Scenario: A registration link should be accessible for registered users
Given there is an upcoming conference in 'Brooklyn NY'
@@ -75,7 +75,11 @@ Feature: Sign In
But my facebook account has no email address
When I log in with facebook
Then I should see 'Before proceeding, you must provide us an email address'
Then I should be on the oauth_update page
And I should see 'Before proceeding, you must provide us an email address'
When I enter my email address
And click the 'Save' button
And press save
Then I should be on the home page
And I should see 'Mark Zuckerberg'
And I should see 'Sign out'