mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Assess stability without retry
This commit is contained in:
@@ -75,7 +75,7 @@ RSpec.describe '
|
||||
end
|
||||
|
||||
context 'with no attached order' do
|
||||
it "does not show warning modal", retry: 3 do
|
||||
it "does not show warning modal" do
|
||||
login_as_admin
|
||||
visit edit_admin_order_cycle_path(order_cycle)
|
||||
|
||||
@@ -135,7 +135,7 @@ RSpec.describe '
|
||||
end
|
||||
|
||||
context 'with no attached orders' do
|
||||
it "does not show warning modal", retry: 3 do
|
||||
it "does not show warning modal" do
|
||||
login_as_admin
|
||||
visit edit_admin_order_cycle_path(order_cycle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user