diff --git a/features/login.feature b/features/login.feature index 580c411..14d2346 100644 --- a/features/login.feature +++ b/features/login.feature @@ -109,7 +109,7 @@ Feature: login And I am not logged in And the environment is configured to redirect to profile homepage after login And I go to the homepage - And I follow "Login" + When I go to login page And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | diff --git a/features/signup.feature b/features/signup.feature index 1fc81c1..8982003 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -251,7 +251,7 @@ Feature: signup And I press "Apply!" And I follow "Logout" And Teste da Silva's account is activated - And I follow "Login" + When I go to login page And I fill in "Username / Email" with "teste" And I fill in "Password" with "123456" And I press "Log in" -- libgit2 0.21.2