Skip to content

Commit b9643ab

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 b4e3663 commit b9643ab

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
@@ -100,12 +100,11 @@
100100
end
101101

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

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

0 commit comments

Comments
 (0)