Skip to content

Commit

Permalink
Update spec/system/admin/products_v3/update_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Maikel <[email protected]>
  • Loading branch information
rioug and mkllnk committed Sep 2, 2024
1 parent 9a67723 commit a2c4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/admin/products_v3/update_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,6 @@
# on the browser's locale.
def expect_browser_validation(selector)
browser_message = page.find(selector)["validationMessage"]
expect(browser_message.present?).to be(true)
expect(browser_message).to be_present
end
end

0 comments on commit a2c4fd5

Please sign in to comment.