Fix tests broken by 66f205c2bf
This commit is contained in:
parent
210f1264d0
commit
12c6ba4b14
|
@ -15,7 +15,7 @@ class MainControllerTest < ActionController::TestCase
|
|||
assert_select 'select#city_state' do
|
||||
assert_select 'option', 'Boston, MA'
|
||||
end
|
||||
assert_select 'label#address_label', 'Address'
|
||||
assert_select 'label#address_label', 'Address, Neighborhood'
|
||||
assert_select 'input#address', true
|
||||
assert_select 'input[name="commit"]' do
|
||||
assert_select '[type=?]', 'submit'
|
||||
|
|
Loading…
Reference in New Issue