From 653525e9b03641c4026d9c03e56b503ff3786f00 Mon Sep 17 00:00:00 2001 From: alexs Date: Sun, 11 Aug 2013 17:19:17 +1000 Subject: [PATCH] Updated the spec to reflect the field name change. --- spec/features/consumer/landing_page_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/landing_page_spec.rb b/spec/features/consumer/landing_page_spec.rb index 74cd1afe05..c5691db33d 100644 --- a/spec/features/consumer/landing_page_spec.rb +++ b/spec/features/consumer/landing_page_spec.rb @@ -12,7 +12,7 @@ feature %q{ end scenario "viewing the landing page" do - page.should have_selector "#postcode" + page.should have_selector "#suburb_search" page.should have_selector 'a', :text => "Login" page.should have_selector 'a', :text => "Sign Up" end