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 3, 2024
1 parent e3d92c6 commit 76cd3e2
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 76cd3e2

Please sign in to comment.