From c15434070a0fb89a57a69892a7cbded798ec5de6 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 3 Jan 2013 11:39:14 +1100 Subject: [PATCH] Update tests to match change in behaviour of geocoder --- features/manage_alerts.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/manage_alerts.feature b/features/manage_alerts.feature index 887a83d5f..4eda45aed 100644 --- a/features/manage_alerts.feature +++ b/features/manage_alerts.feature @@ -11,11 +11,11 @@ Feature: Manage alerts And I should receive an email When I open the email Then I should see "Please confirm your planning alert" in the email subject - And I should see "24 Bruce Rd, Glenbrook NSW 2773" in the email body + And I should see "24 Bruce Road, Glenbrook NSW 2773" in the email body When I click the first link in the email Then I should see "your alert has been activated" - And I should see "24 Bruce Rd, Glenbrook NSW 2773" - And I should receive email alerts for the street address "24 Bruce Rd, Glenbrook NSW 2773" with a size of "2000" + And I should see "24 Bruce Road, Glenbrook NSW 2773" + And I should receive email alerts for the street address "24 Bruce Road, Glenbrook NSW 2773" with a size of "2000" Scenario: Unsubscribe from an email alert Given I have received an email alert for "24 Bruce Rd, Glenbrook" with a size of "2000"