Sets retry: 3 for BOM spec

This commit is contained in:
filipefurtad0
2022-11-03 13:13:42 +00:00
parent af2c185f9f
commit c10f5ce5df

View File

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