Skip to content

Commit aae1bad

Browse files
committed
Skip pending test
Perhaps due to some difference in configuration between different CI envs, on 2 of them this test passes, meaning we can't use `pending`, so will just skip for now, until new option types UI is merged.
1 parent 24bcf51 commit aae1bad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin/spec/features/product_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,11 @@
9797
end
9898

9999
context "clicking on Edit" do
100-
it "leads to option type edit page" do
100+
xit "leads to option type edit page" do
101101
option_type = create(:option_type)
102102
product.option_types << option_type
103103
visit "/admin/products/just-a-prod"
104104

105-
pending("option types new UI is in progress")
106105
within(panel(title: "Options")) { click_on "Edit" }
107106
expect(page).to have_current_path("/admin/option_types/#{option_type.id}/edit")
108107
end

0 commit comments

Comments
 (0)