Add detailed error messages on EPP login #2716

This commit is contained in:
Martin Lensment 2015-06-29 11:13:19 +03:00
parent bb5870c30f
commit 533e3bc65c
4 changed files with 33 additions and 17 deletions

View file

@ -114,7 +114,7 @@ feature 'Sessions', type: :feature do
fill_in 'user_phone', with: '00007'
click_button 'Log in'
page.should have_text('Check your phone for confirmation code')
page.should have_text('Confirmation sms was sent to your phone. Verification code is')
page.should have_text('SIM application error')
end
@ -143,7 +143,7 @@ feature 'Sessions', type: :feature do
fill_in 'user_phone', with: '00007'
click_button 'Log in'
page.should have_text('Check your phone for confirmation code')
page.should have_text('Confirmation sms was sent to your phone. Verification code is')
page.should have_text('Welcome!')
end