Commit 559ba99aba79ec4aa515501faf3a0e5b177c4ee4
1 parent
51defcd5
Exists in
master
and in
28 other branches
Fixing tests: features/upload_files.feature
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/upload_files.feature
... | ... | @@ -16,7 +16,7 @@ Feature: upload files |
16 | 16 | And the following galleries |
17 | 17 | | owner | name | |
18 | 18 | | sample-community | Gallery test | |
19 | - And I go to Sample Community's profile | |
19 | + And I go to sample-community's profile | |
20 | 20 | And I follow "0 pictures" |
21 | 21 | And I should see "Upload files" |
22 | 22 | |
... | ... | @@ -28,7 +28,7 @@ Feature: upload files |
28 | 28 | And the following galleries |
29 | 29 | | owner | name | |
30 | 30 | | sample-enterprise | Gallery test | |
31 | - And I go to Sample Enterprise's profile | |
31 | + And I go to sample-enterprise's profile | |
32 | 32 | And I follow "0 pictures" |
33 | 33 | And I should see "Upload files" |
34 | 34 | ... | ... |