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
+8 -6
View File
@@ -13,11 +13,12 @@ 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 click the 'Send' button
And press 'send'
# Then I should see 'Thank you for contacting us'
Then I should be on the contact_sent page
And 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
@@ -30,9 +31,10 @@ 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 click the 'Send' button
And press 'send'
# Then I should see 'Thank you for contacting us'
Then I should be on the contact_sent page
And 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