Commit ed28f199f82a8d7483f461898698513e5d4a1eb3

Authored by Daniela Feitosa
1 parent fd4bcb14

Fixed failing test

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
features/upload_files.feature
@@ -8,7 +8,7 @@ Feature: upload files @@ -8,7 +8,7 @@ Feature: upload files
8 | joaosilva | Joao Silva | 8 | joaosilva | Joao Silva |
9 And I am logged in as "joaosilva" 9 And I am logged in as "joaosilva"
10 10
11 - 11 + @selenium
12 Scenario: provile links to upload files to community's gallery 12 Scenario: provile links to upload files to community's gallery
13 Given the following communities 13 Given the following communities
14 | identifier | name | owner | 14 | identifier | name | owner |
@@ -20,6 +20,7 @@ Feature: upload files @@ -20,6 +20,7 @@ Feature: upload files
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
  23 + @selenium
23 Scenario: provile links to upload files to enterprise's gallery 24 Scenario: provile links to upload files to enterprise's gallery
24 Given the following enterprises 25 Given the following enterprises
25 | identifier | name | owner | 26 | identifier | name | owner |