From 8a2be468fc2e22abd4db2a4180b770779118b6b1 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 13 Aug 2024 00:22:10 +0500 Subject: [PATCH] test artifact upload from different nodes at the same time --- spec/system/admin/order_spec.rb | 1 + spec/system/consumer/account_spec.rb | 1 + 2 files changed, 2 insertions(+) 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)