Skip to content

Commit

Permalink
Assess stability without retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Dec 12, 2024
1 parent a6dbd52 commit 203ddf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/admin/order_cycles/edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
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)

Expand Down Expand Up @@ -135,7 +135,7 @@
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)

Expand Down

0 comments on commit 203ddf7

Please sign in to comment.