Support for phantomjs 2.5

This commit is contained in:
LinguaFrancaTranslator
2017-04-12 00:43:36 +00:00
parent f98632eb31
commit a3137b0d49
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