Commit 946f97e57626c8d206b48f7275895b4f932515b7
1 parent
181f90b1
Exists in
master
and in
79 other branches
Remove selenium duplicated test
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
features/software_catalog.feature
... | ... | @@ -56,13 +56,6 @@ Feature: Search software |
56 | 56 | And I sleep for 3 seconds |
57 | 57 | Then I should see "Software Two" before "Software One" |
58 | 58 | |
59 | - Scenario: Show softwares with selected category in filter | |
60 | - Given I go to /search/software_infos | |
61 | - And I follow "Education" | |
62 | - Then I should see "Software Two" | |
63 | - And I should not see "Software One" | |
64 | - | |
65 | - | |
66 | 59 | @selenium |
67 | 60 | Scenario: Show only "Software Two" when searching for "Education" category |
68 | 61 | Given I go to /search/software_infos | ... | ... |