Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2024-01-07 18:23:34 +00:00
commit 0ffc5c5232

View file

@ -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