Update validation message in spec
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

They seem to have shortened the default message.
This commit is contained in:
Basti 2022-02-12 14:10:04 -06:00
parent c06e58a0fb
commit eda1f3999f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -79,7 +79,7 @@ RSpec.describe "Signup", type: :feature do
fill_in "user_email", with: "tony@"
click_button "Continue"
expect(page).to have_content("Email is not a valid address")
expect(page).to have_content("Email is invalid")
fill_in "user_email", with: ""
click_button "Continue"
expect(page).to have_content("Email can't be blank")