diff --git a/spec/system/admin/order_spec.rb b/spec/system/admin/order_spec.rb index 90c5028f39..2525d76387 100644 --- a/spec/system/admin/order_spec.rb +++ b/spec/system/admin/order_spec.rb @@ -100,6 +100,7 @@ RSpec.describe ' it 'shows error when order cycle is not selected' do select2_select distributor.name, from: 'order_distributor_id' click_button 'Next' + raise 'Testing artifact upload from different nodes at the same time' expect(page).to have_content "Order cycle can't be blank" end diff --git a/spec/system/consumer/account_spec.rb b/spec/system/consumer/account_spec.rb index ed984f3452..3d72fad016 100644 --- a/spec/system/consumer/account_spec.rb +++ b/spec/system/consumer/account_spec.rb @@ -92,6 +92,7 @@ RSpec.describe ' it "shows such orders in a section labelled 'Open Orders'" do visit '/account' expect(page).to have_content 'Open Orders' + raise 'Testing artifact upload from different nodes at the same time' expect(page).to have_link 'Edit', href: order_path(d1o1) expect(page).to have_link 'Edit', href: order_path(d1o2)