Commit 559ba99aba79ec4aa515501faf3a0e5b177c4ee4

Authored by Daniela Feitosa
1 parent 51defcd5

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,7 +16,7 @@ Feature: upload files
16 And the following galleries 16 And the following galleries
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 "0 pictures" 20 And I follow "0 pictures"
21 And I should see "Upload files" 21 And I should see "Upload files"
22 22
@@ -28,7 +28,7 @@ Feature: upload files @@ -28,7 +28,7 @@ Feature: upload files
28 And the following galleries 28 And the following galleries
29 | owner | name | 29 | owner | name |
30 | sample-enterprise | Gallery test | 30 | sample-enterprise | Gallery test |
31 - And I go to Sample Enterprise's profile 31 + And I go to sample-enterprise's profile
32 And I follow "0 pictures" 32 And I follow "0 pictures"
33 And I should see "Upload files" 33 And I should see "Upload files"
34 34