mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
12783 - validate artifact upload
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -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!(
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user