Commit ee7ca896b225b4d268da2d1c2c6dda34a7f11166
1 parent
ed3ab5c7
Exists in
master
and in
23 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,6 +17,7 @@ Feature: upload files | ||
| 17 | | owner | name | | 17 | | owner | name | |
| 18 | | sample-community | Gallery test | | 18 | | sample-community | Gallery test | |
| 19 | And I go to sample-community's profile | 19 | And I go to sample-community's profile |
| 20 | + And I follow "Profile" | ||
| 20 | And I follow "0 pictures" | 21 | And I follow "0 pictures" |
| 21 | And I should see "Upload files" | 22 | And I should see "Upload files" |
| 22 | 23 | ||
| @@ -29,6 +30,7 @@ Feature: upload files | @@ -29,6 +30,7 @@ Feature: upload files | ||
| 29 | | owner | name | | 30 | | owner | name | |
| 30 | | sample-enterprise | Gallery test | | 31 | | sample-enterprise | Gallery test | |
| 31 | And I go to sample-enterprise's profile | 32 | And I go to sample-enterprise's profile |
| 33 | + And I follow "Profile" | ||
| 32 | And I follow "0 pictures" | 34 | And I follow "0 pictures" |
| 33 | And I should see "Upload files" | 35 | And I should see "Upload files" |
| 34 | 36 |