mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #9966 from filipefurtad0/fix_flaky_spec_9902_2
Increases retry option from 2 to 3
This commit is contained in:
@@ -103,7 +103,7 @@ describe 'shipping methods' do
|
||||
login_as enterprise_user
|
||||
end
|
||||
|
||||
it "creating a shipping method", retry: 2 do
|
||||
it "creating a shipping method", retry: 3 do
|
||||
visit admin_enterprises_path
|
||||
within("#e_#{distributor1.id}") { click_link 'Settings' }
|
||||
within(".side_menu") do
|
||||
|
||||
Reference in New Issue
Block a user