Use clearer and more reliable waiting in spec

This commit is contained in:
Maikel Linke
2019-03-08 17:24:31 +11:00
parent 52fd7b102e
commit e00a3ee263

View File

@@ -746,7 +746,7 @@ feature %q{
def visit_bulk_order_management
visit spree.admin_bulk_order_management_path
wait_until { request_monitor_finished 'LineItemsCtrl' }
expect(page).to have_no_text 'Loading orders'
end
def select_date(date)