We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a154b5 commit 10fb1a9Copy full SHA for 10fb1a9
1 file changed
spec/system/casa_org/edit_spec.rb
@@ -70,7 +70,6 @@
70
fill_in "Twilio Phone Number", with: ""
71
click_on "Submit"
72
73
- message = find("#casa_org_twilio_phone_number").native.attribute("validationMessage")
74
- expect(message).to eq "Please fill out this field."
+ expect(page).to have_css("#casa_org_twilio_phone_number:invalid")
75
end
76
0 commit comments