Adds retry option to flaky test case

...does so on another flaky test case
This commit is contained in:
filipefurtad0
2024-08-21 13:28:03 -06:00
parent d9368c1bfc
commit ad585f1eab

View File

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