From 63bef1c1890168db5ec59a83cc1f499caac0a2c4 Mon Sep 17 00:00:00 2001 From: Godwin Date: Fri, 14 Apr 2017 19:58:56 -0700 Subject: [PATCH] Fix for failing tests in devo --- features/contact_us.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/contact_us.feature b/features/contact_us.feature index 2caa60d..da16ae8 100644 --- a/features/contact_us.feature +++ b/features/contact_us.feature @@ -18,7 +18,7 @@ Feature: Contact 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 @@ -36,5 +36,5 @@ Feature: Contact 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