mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
0ffc5c5232
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