Support for phantomjs 2.5

This commit is contained in:
LinguaFrancaTranslator
2017-06-16 17:14:26 -07:00
committed by Godwin
parent 8f852b102b
commit 369540ba64
9 changed files with 545 additions and 532 deletions
+6 -8
View File
@@ -13,12 +13,11 @@ Feature: Contact Us
And select 'Something about the website'
And enter a subject as 'My Contact Subject'
And enter a message as 'My contact message'
And press 'send'
And click the 'Send' button
Then I should be on the contact_sent page
And I should see 'Thank you for contacting us'
# Then I should see 'Thank you for contacting us'
And the site administrator should get two 'My contact subject' emails
And the site administrator should get two 'My Contact Subject' emails
And the site administrator should get a 'Details for' email
Scenario: Contact the site administrator from the contact page
@@ -31,10 +30,9 @@ Feature: Contact Us
And select 'Something about the website'
And enter a subject as 'My Contact Subject'
And enter a message as 'My contact message'
And press 'send'
And click the 'Send' button
Then I should be on the contact_sent page
And I should see 'Thank you for contacting us'
# Then I should see 'Thank you for contacting us'
And the site administrator should get two 'My contact subject' emails
And the site administrator should get two 'My Contact Subject' emails
And the site administrator should get a 'Details for' email