Commit 701166dc135514849d7a02e0e9eeda0864183162
1 parent
826a08f7
Exists in
colab
and in
2 other branches
Fix user edition acceptance test
It now has to click first on the dorpdown.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
features/users/user_update.feature
... | ... | @@ -8,7 +8,9 @@ Feature: User update |
8 | 8 | Given I am a regular user |
9 | 9 | And I am signed in |
10 | 10 | And I am at the homepage |
11 | - When I click the Edit link | |
11 | + And I take a picture of the page | |
12 | + When I click the Diego Martinez link | |
13 | + And I click the Edit Account link | |
12 | 14 | And I fill the Name field with "Rafael Manzo" |
13 | 15 | And I fill the Current password field with "password" |
14 | 16 | And I press the Update button | ... | ... |