mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fixed spec to use unuppercased states
This commit is contained in:
committed by
Maikel Linke
parent
09f98307f4
commit
5db1559f28
@@ -49,7 +49,7 @@ feature "Registration", js: true do
|
||||
fill_in 'enterprise_city', with: 'Northcote'
|
||||
fill_in 'enterprise_zipcode', with: '3070'
|
||||
expect(page).to have_select('enterprise_country', options: %w(Albania Australia), selected: 'Australia')
|
||||
select 'VIC', from: 'enterprise_state'
|
||||
select 'Vic', from: 'enterprise_state'
|
||||
perform_and_ensure(:click_button, "Continue", lambda { page.has_content? 'Who is responsible for managing My Awesome Enterprise?' })
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user