mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Merge pull request #9907 from filipefurtad0/fix_flaky_spec_9805_2
Adds retry: 2 option
This commit is contained in:
@@ -706,7 +706,7 @@ describe '
|
||||
end
|
||||
end
|
||||
|
||||
it "modify the minute of a order cycle with the keyboard, check that the modifications are taken into account" do
|
||||
it "modify the minute of a order cycle with the keyboard, check that the modifications are taken into account", retry: 2 do
|
||||
order_cycle = create(:simple_order_cycle, name: "Translusent Berries")
|
||||
login_as_admin_and_visit admin_order_cycles_path
|
||||
find("#oc#{order_cycle.id}_orders_close_at").click
|
||||
|
||||
Reference in New Issue
Block a user