mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add detailed error messages on EPP login #2716
This commit is contained in:
parent
bb5870c30f
commit
533e3bc65c
4 changed files with 33 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue