Commit ed28f199f82a8d7483f461898698513e5d4a1eb3
1 parent
fd4bcb14
Exists in
master
and in
29 other branches
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 | 8 | | joaosilva | Joao Silva | |
9 | 9 | And I am logged in as "joaosilva" |
10 | 10 | |
11 | - | |
11 | + @selenium | |
12 | 12 | Scenario: provile links to upload files to community's gallery |
13 | 13 | Given the following communities |
14 | 14 | | identifier | name | owner | |
... | ... | @@ -20,6 +20,7 @@ Feature: upload files |
20 | 20 | And I follow "0 pictures" |
21 | 21 | And I should see "Upload files" |
22 | 22 | |
23 | + @selenium | |
23 | 24 | Scenario: provile links to upload files to enterprise's gallery |
24 | 25 | Given the following enterprises |
25 | 26 | | identifier | name | owner | | ... | ... |