mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Rename users.password
to users.plain_text_password
Otherwise it conflicts with Devise
This commit is contained in:
parent
22e70e7707
commit
32ecf36057
19 changed files with 32 additions and 24 deletions
|
@ -13,7 +13,7 @@ module Features
|
|||
visit new_registrar_user_session_url
|
||||
|
||||
fill_in 'depp_user_tag', with: user.username
|
||||
fill_in 'depp_user_password', with: user.password
|
||||
fill_in 'depp_user_password', with: user.plain_text_password
|
||||
|
||||
click_button 'Login'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue