Skip to content

Commit

Permalink
12570 - fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Jun 23, 2024
1 parent 4645292 commit 2553945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/system/admin/products_v3/products_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ def expect_other_columns_visible
expect(page).to have_field "SKU", with: "n" * 256
expect(page).to have_content "is too long"
expect(page.find_button("Unit")).to have_text "" # have_button selector don't work here
expect(page).to have_content "can't be blank"
expect(page).to have_field "Price", with: "10.25" # other updated value is retained
end

Expand Down

0 comments on commit 2553945

Please sign in to comment.