Updated the spec to reflect the field name change.

This commit is contained in:
alexs
2013-08-11 17:19:17 +10:00
parent e9110ac752
commit 653525e9b0

View File

@@ -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