From bfbdb5f44b4c7d838eeb7a35c9a0d6c7915d2bf3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 11 Oct 2022 12:16:25 +0200 Subject: [PATCH] Don't need to wait for UI feedback: only check on page content ie. table content --- spec/system/admin/bulk_order_management_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/system/admin/bulk_order_management_spec.rb b/spec/system/admin/bulk_order_management_spec.rb index 521e39dddf..ccaec1012d 100644 --- a/spec/system/admin/bulk_order_management_spec.rb +++ b/spec/system/admin/bulk_order_management_spec.rb @@ -573,7 +573,6 @@ describe ' find("input.datepicker").click select_dates_from_daterangepicker(from, today) - expect(page).to have_text 'Loading orders' expect(page).to have_selector "tr#li_#{li1.id}" expect(page).to have_selector "tr#li_#{li2.id}"