diff --git a/spec/system/admin/customers_spec.rb b/spec/system/admin/customers_spec.rb index fdcc76b673..bd21e9a72c 100644 --- a/spec/system/admin/customers_spec.rb +++ b/spec/system/admin/customers_spec.rb @@ -35,6 +35,7 @@ RSpec.describe 'Customers' do it "passes the smoke test" do # Prompts for a hub for a list of my managed enterprises + raise 'Testing upload artifact' expect(page).to have_select2( "shop_id", with_options: [managed_distributor1.name, managed_distributor2.name], diff --git a/spec/system/admin/products_v3/actions_spec.rb b/spec/system/admin/products_v3/actions_spec.rb index e864218c1d..31b19a6207 100644 --- a/spec/system/admin/products_v3/actions_spec.rb +++ b/spec/system/admin/products_v3/actions_spec.rb @@ -100,6 +100,7 @@ RSpec.describe 'As an enterprise user, I can manage my products' do producer_to_select = random_producer(variant_a1) category_to_select = random_category(variant_a1) tax_category_to_select = random_tax_category + raise 'Testing upload artifact' within row_containing_name(variant_a1.display_name) do validate_tomselect_without_search!( diff --git a/spec/system/consumer/checkout/details_spec.rb b/spec/system/consumer/checkout/details_spec.rb index bb204e3ca7..6d7d52e2d1 100644 --- a/spec/system/consumer/checkout/details_spec.rb +++ b/spec/system/consumer/checkout/details_spec.rb @@ -258,6 +258,7 @@ RSpec.describe "As a consumer, I want to checkout my order" do end it "does not display the shipping address form" do + raise 'Testing upload artifact' expect(page).not_to have_field "order_ship_address_attributes_address1" end diff --git a/spec/system/consumer/checkout/tax_incl_spec.rb b/spec/system/consumer/checkout/tax_incl_spec.rb index de0ee1af4a..e46a5a9fea 100644 --- a/spec/system/consumer/checkout/tax_incl_spec.rb +++ b/spec/system/consumer/checkout/tax_incl_spec.rb @@ -92,6 +92,7 @@ RSpec.describe "As a consumer, I want to see adjustment breakdown" do it "will be charged tax on the order" do visit checkout_step_path(:details) + raise 'Testing upload artifact' choose "Delivery"