From 6bf332ef200e27dbc59158ecf1720567c05479da Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Thu, 3 Nov 2022 12:48:22 +0000 Subject: [PATCH] Sets retry: 3 on flaky example --- spec/system/admin/order_cycles/simple_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/order_cycles/simple_spec.rb b/spec/system/admin/order_cycles/simple_spec.rb index 6a535f433a..0ee68c286e 100644 --- a/spec/system/admin/order_cycles/simple_spec.rb +++ b/spec/system/admin/order_cycles/simple_spec.rb @@ -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", retry: 2 do + it "modify the minute of a order cycle with the keyboard, check that the modifications are taken into account", retry: 3 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