Skip to content

Commit

Permalink
Update tests to match change in behaviour of geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jan 3, 2013
1 parent 0ca6e0b commit c154340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/manage_alerts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c154340

Please sign in to comment.