12783 - validate artifact upload

This commit is contained in:
Ahmed Ejaz
2024-08-19 23:16:39 +05:00
parent ed61f7e7bc
commit 075f5499f8
4 changed files with 4 additions and 0 deletions

View File

@@ -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],

View File

@@ -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!(

View File

@@ -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

View File

@@ -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"