mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix test issue related to validation text
This commit is contained in:
parent
8091e3d8c0
commit
0c7c2d44b1
1 changed files with 2 additions and 2 deletions
|
@ -109,10 +109,10 @@ describe 'signup' do
|
|||
_(page).must_have_content 'Usernames can only contain'
|
||||
fill_in 'username', with: 'nope-'
|
||||
click_signup_button
|
||||
_(page).must_have_content 'A valid user/site name is required'
|
||||
_(page).must_have_content 'Usernames can only contain'
|
||||
fill_in 'username', with: '-nope'
|
||||
click_signup_button
|
||||
_(page).must_have_content 'A valid user/site name is required'
|
||||
_(page).must_have_content 'Usernames can only contain'
|
||||
end
|
||||
|
||||
it 'fails with username greater than 32 characters' do
|
||||
|
|
Loading…
Add table
Reference in a new issue