From c10f5ce5dfddf54d3d17aa092fc80523d528009f Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Thu, 3 Nov 2022 13:13:42 +0000 Subject: [PATCH] Sets retry: 3 for BOM spec --- spec/system/admin/bulk_order_management_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/system/admin/bulk_order_management_spec.rb b/spec/system/admin/bulk_order_management_spec.rb index ef0b910c45..0968d84b97 100644 --- a/spec/system/admin/bulk_order_management_spec.rb +++ b/spec/system/admin/bulk_order_management_spec.rb @@ -473,7 +473,7 @@ describe ' visit_bulk_order_management end - it "allows filters to be used in combination", retry: 2 do + it "allows filters to be used in combination", retry: 3 do expect(page).to have_selector "tr#li_#{li1.id}" expect(page).to have_selector "tr#li_#{li2.id}" click_on_select2 oc1.name, from: "order_cycle_filter" @@ -492,7 +492,7 @@ describe ' expect(page).to have_selector "tr#li_#{li2.id}" end - it "displays a 'Clear All' button which sets all select filters to 'All'", retry: 2 do + it "displays a 'Clear All' button which sets all select filters to 'All'", retry: 3 do expect(page).to have_selector "tr#li_#{li1.id}" expect(page).to have_selector "tr#li_#{li2.id}" click_on_select2 oc1.name, from: "order_cycle_filter"