mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
Merge pull request #3658 from mkllnk/3582-shipping-method-spec
Wait for entered tag before submitting
This commit is contained in:
@@ -104,7 +104,7 @@ feature 'shipping methods' do
|
||||
check "shipping_method_shipping_categories_"
|
||||
find(:css, "tags-input .tags input").set "local\n"
|
||||
within(".tags .tag-list") do
|
||||
expect(page).to have_css '.tag-item'
|
||||
expect(page).to have_css '.tag-item', text: "local"
|
||||
end
|
||||
|
||||
click_button I18n.t("actions.create")
|
||||
|
||||
Reference in New Issue
Block a user