From eca810915b8174e39dc568a4133b8a18e6d9537b Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 6 May 2016 17:58:03 -0300 Subject: [PATCH] login: Wait for animation before filling login fields --- features/login.feature | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/features/login.feature b/features/login.feature index 14d2346..5210fef 100644 --- a/features/login.feature +++ b/features/login.feature @@ -14,6 +14,7 @@ Feature: login And I am not logged in And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -33,6 +34,7 @@ Feature: login | mariasilva | my home page | true | And I go to mariasilva's homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -68,6 +70,7 @@ Feature: login | mariasilva | my home page | true | And I go to mariasilva's homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -81,6 +84,7 @@ Feature: login And the environment is configured to redirect to site homepage after login And I go to joaosilva's homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -94,6 +98,7 @@ Feature: login And the environment is configured to redirect to user profile page after login And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -123,6 +128,7 @@ Feature: login And the environment is configured to redirect to profile control panel after login And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -143,6 +149,7 @@ Feature: login | mariasilva | my home page | true | And I go to mariasilva's homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -157,6 +164,7 @@ Feature: login And the profile joaosilva is configured to redirect to site homepage after login And I go to joaosilva's homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -171,6 +179,7 @@ Feature: login And the profile joaosilva is configured to redirect to user profile page after login And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -188,6 +197,7 @@ Feature: login And the profile joaosilva is configured to redirect to profile homepage after login And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | @@ -202,6 +212,7 @@ Feature: login And the profile joaosilva is configured to redirect to profile control panel after login And I go to the homepage And I follow "Login" + And I wait 0.5 second for popin animation And I fill in the following: | Username / Email | joaosilva | | Password | 123456 | -- libgit2 0.21.2