mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Use clearer and more reliable waiting in spec
This commit is contained in:
@@ -746,7 +746,7 @@ feature %q{
|
|||||||
|
|
||||||
def visit_bulk_order_management
|
def visit_bulk_order_management
|
||||||
visit spree.admin_bulk_order_management_path
|
visit spree.admin_bulk_order_management_path
|
||||||
wait_until { request_monitor_finished 'LineItemsCtrl' }
|
expect(page).to have_no_text 'Loading orders'
|
||||||
end
|
end
|
||||||
|
|
||||||
def select_date(date)
|
def select_date(date)
|
||||||
|
|||||||
Reference in New Issue
Block a user