Merge pull request #12098 from filipefurtad0/shopfront_message_redirect_pending_test_for_12076

[Pending spec] Updates distributor to have a shopfront message (reproduces #12076)
This commit is contained in:
Maikel
2024-01-30 11:56:40 +11:00
committed by GitHub

View File

@@ -165,8 +165,10 @@ describe "As a consumer I want to shop with a distributor" do
let(:exchange2) { oc2.exchanges.to_enterprises(distributor).outgoing.first }
before do
pending("Issue #12076")
exchange1.update_attribute :pickup_time, "frogs"
exchange2.update_attribute :pickup_time, "turtles"
distributor.update!(preferred_shopfront_message: "Hello!")
end
it "shows a select with all order cycles, but doesn't show the products by default" do