Commit eca810915b8174e39dc568a4133b8a18e6d9537b
1 parent
7c3bd94c
Exists in
ratings_minor_fixes
and in
4 other branches
login: Wait for animation before filling login fields
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
features/login.feature
... | ... | @@ -14,6 +14,7 @@ Feature: login |
14 | 14 | And I am not logged in |
15 | 15 | And I go to the homepage |
16 | 16 | And I follow "Login" |
17 | + And I wait 0.5 second for popin animation | |
17 | 18 | And I fill in the following: |
18 | 19 | | Username / Email | joaosilva | |
19 | 20 | | Password | 123456 | |
... | ... | @@ -33,6 +34,7 @@ Feature: login |
33 | 34 | | mariasilva | my home page | true | |
34 | 35 | And I go to mariasilva's homepage |
35 | 36 | And I follow "Login" |
37 | + And I wait 0.5 second for popin animation | |
36 | 38 | And I fill in the following: |
37 | 39 | | Username / Email | joaosilva | |
38 | 40 | | Password | 123456 | |
... | ... | @@ -68,6 +70,7 @@ Feature: login |
68 | 70 | | mariasilva | my home page | true | |
69 | 71 | And I go to mariasilva's homepage |
70 | 72 | And I follow "Login" |
73 | + And I wait 0.5 second for popin animation | |
71 | 74 | And I fill in the following: |
72 | 75 | | Username / Email | joaosilva | |
73 | 76 | | Password | 123456 | |
... | ... | @@ -81,6 +84,7 @@ Feature: login |
81 | 84 | And the environment is configured to redirect to site homepage after login |
82 | 85 | And I go to joaosilva's homepage |
83 | 86 | And I follow "Login" |
87 | + And I wait 0.5 second for popin animation | |
84 | 88 | And I fill in the following: |
85 | 89 | | Username / Email | joaosilva | |
86 | 90 | | Password | 123456 | |
... | ... | @@ -94,6 +98,7 @@ Feature: login |
94 | 98 | And the environment is configured to redirect to user profile page after login |
95 | 99 | And I go to the homepage |
96 | 100 | And I follow "Login" |
101 | + And I wait 0.5 second for popin animation | |
97 | 102 | And I fill in the following: |
98 | 103 | | Username / Email | joaosilva | |
99 | 104 | | Password | 123456 | |
... | ... | @@ -123,6 +128,7 @@ Feature: login |
123 | 128 | And the environment is configured to redirect to profile control panel after login |
124 | 129 | And I go to the homepage |
125 | 130 | And I follow "Login" |
131 | + And I wait 0.5 second for popin animation | |
126 | 132 | And I fill in the following: |
127 | 133 | | Username / Email | joaosilva | |
128 | 134 | | Password | 123456 | |
... | ... | @@ -143,6 +149,7 @@ Feature: login |
143 | 149 | | mariasilva | my home page | true | |
144 | 150 | And I go to mariasilva's homepage |
145 | 151 | And I follow "Login" |
152 | + And I wait 0.5 second for popin animation | |
146 | 153 | And I fill in the following: |
147 | 154 | | Username / Email | joaosilva | |
148 | 155 | | Password | 123456 | |
... | ... | @@ -157,6 +164,7 @@ Feature: login |
157 | 164 | And the profile joaosilva is configured to redirect to site homepage after login |
158 | 165 | And I go to joaosilva's homepage |
159 | 166 | And I follow "Login" |
167 | + And I wait 0.5 second for popin animation | |
160 | 168 | And I fill in the following: |
161 | 169 | | Username / Email | joaosilva | |
162 | 170 | | Password | 123456 | |
... | ... | @@ -171,6 +179,7 @@ Feature: login |
171 | 179 | And the profile joaosilva is configured to redirect to user profile page after login |
172 | 180 | And I go to the homepage |
173 | 181 | And I follow "Login" |
182 | + And I wait 0.5 second for popin animation | |
174 | 183 | And I fill in the following: |
175 | 184 | | Username / Email | joaosilva | |
176 | 185 | | Password | 123456 | |
... | ... | @@ -188,6 +197,7 @@ Feature: login |
188 | 197 | And the profile joaosilva is configured to redirect to profile homepage after login |
189 | 198 | And I go to the homepage |
190 | 199 | And I follow "Login" |
200 | + And I wait 0.5 second for popin animation | |
191 | 201 | And I fill in the following: |
192 | 202 | | Username / Email | joaosilva | |
193 | 203 | | Password | 123456 | |
... | ... | @@ -202,6 +212,7 @@ Feature: login |
202 | 212 | And the profile joaosilva is configured to redirect to profile control panel after login |
203 | 213 | And I go to the homepage |
204 | 214 | And I follow "Login" |
215 | + And I wait 0.5 second for popin animation | |
205 | 216 | And I fill in the following: |
206 | 217 | | Username / Email | joaosilva | |
207 | 218 | | Password | 123456 | | ... | ... |