mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Revert back to CSR / CRT upload
This commit is contained in:
parent
8292951c9c
commit
0aa5399265
12 changed files with 214 additions and 103 deletions
|
@ -25,6 +25,14 @@ feature 'Sessions', type: :feature do
|
|||
click_button 'Log in'
|
||||
page.should have_text('Access denied')
|
||||
end
|
||||
|
||||
it 'should not get in with invalid user' do
|
||||
visit registrar_login_path
|
||||
fill_in 'depp_user_tag', with: 'bla'
|
||||
fill_in 'depp_user_password', with: 'bla'
|
||||
click_button 'Log in'
|
||||
page.should have_text('No such user')
|
||||
end
|
||||
end
|
||||
|
||||
context 'as unknown user' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue