Commit ee7ca896b225b4d268da2d1c2c6dda34a7f11166
1 parent
ed3ab5c7
Exists in
master
and in
22 other branches
uploaded-file-feature: fix test by following profile link
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
features/upload_files.feature
| ... | ... | @@ -17,6 +17,7 @@ Feature: upload files |
| 17 | 17 | | owner | name | |
| 18 | 18 | | sample-community | Gallery test | |
| 19 | 19 | And I go to sample-community's profile |
| 20 | + And I follow "Profile" | |
| 20 | 21 | And I follow "0 pictures" |
| 21 | 22 | And I should see "Upload files" |
| 22 | 23 | |
| ... | ... | @@ -29,6 +30,7 @@ Feature: upload files |
| 29 | 30 | | owner | name | |
| 30 | 31 | | sample-enterprise | Gallery test | |
| 31 | 32 | And I go to sample-enterprise's profile |
| 33 | + And I follow "Profile" | |
| 32 | 34 | And I follow "0 pictures" |
| 33 | 35 | And I should see "Upload files" |
| 34 | 36 | ... | ... |