Assess stability without retry

This commit is contained in:
Maikel Linke
2024-12-11 16:22:21 +11:00
parent a30f764a22
commit 72376da98f

View File

@@ -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)