Skip to content

Commit 786b4b2

Browse files
committed
debug ci 🍄
1 parent 4bcf0bc commit 786b4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/app/components/solidus_admin/products/show/component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
multiple: true,
121121
"size" => option_type_options.size,
122122
) %>
123-
<%= render component("ui/button").new(type: :submit, form: form_id, text: t(".save")) %>
123+
<%= render component("ui/button").new(type: :submit, text: t(".save")) %>
124124
</div>
125125

126126
<% panel.with_action(

admin/spec/features/product_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
visit "/admin/products/just-a-prod"
7575
solidus_select(%w[clothing-size:Size clothing-color:Color], from: "Option Types")
7676
options_panel = panel(title: "Options")
77-
within(options_panel) { click_on "Save" }
77+
within("header") { click_on "Save" }
7878

7979
expect(options_panel).to have_content("clothing-size:Size")
8080
expect(options_panel).to have_content("S:Small")

0 commit comments

Comments
 (0)