updates specs

This commit is contained in:
Juanjo Bazán
2017-06-12 19:48:57 +02:00
parent ed30051653
commit c4ba6a7e94
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ module CommonActions
visit root_path
click_link 'Sign in'
fill_in 'user_email', with: user.email
fill_in 'user_login', with: user.email
fill_in 'user_password', with: user.password
click_button 'Enter'