mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Adds retry option to flaky test case
...does so on another flaky test case
This commit is contained in:
@@ -62,7 +62,7 @@ RSpec.describe '
|
||||
end
|
||||
|
||||
context 'with no attached order' do
|
||||
it "does not show warning modal" do
|
||||
it "does not show warning modal", retry: 3 do
|
||||
login_as_admin
|
||||
visit edit_admin_order_cycle_path(order_cycle)
|
||||
|
||||
@@ -134,7 +134,7 @@ RSpec.describe '
|
||||
end
|
||||
|
||||
context 'with no attached orders' do
|
||||
it "does not show warning modal" do
|
||||
it "does not show warning modal", retry: 3 do
|
||||
login_as_admin
|
||||
visit edit_admin_order_cycle_path(order_cycle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user