Commit 13a802fa9adc962384c0ef8ddd38334e48438876

Authored by Luciano Prestes
Committed by Gabriela Navarro
1 parent 87043d84

Remove 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 31 deletions   Show diff stats
features/software_catalog_block.feature
@@ -1,31 +0,0 @@ @@ -1,31 +0,0 @@
1 -Feature:Search catalogued software  
2 - As a user  
3 - I want to be able to search catalogued software  
4 - So that I find a software that fit my needs  
5 - Background:  
6 - Given "MpogSoftwarePlugin" plugin is enabled  
7 - And I am logged in as mpog_admin  
8 - And I go to /admin/plugins  
9 - And I check "MpogSoftwarePlugin"  
10 - And I press "Save changes"  
11 - And I go to /account/logout  
12 - And the following blocks  
13 - | owner | type |  
14 - | environment | SearchCatalogBlock |  
15 - And the following softwares  
16 - | name | public_software |  
17 - | Public Software | true |  
18 - | Generic Software | false |  
19 - And the following users  
20 - | login | name | email |  
21 - | joaosilva | Joao Silva | joaosilva@example.com |  
22 - And I am logged in as "joaosilva"  
23 -  
24 - Scenario: successfull search  
25 - Given I go to /search/software_infos  
26 - And I should see "Public Software"  
27 - And I should see "Generic Software"  
28 - And I fill in "search-input" with "Generic"  
29 - And I press "Search"  
30 - And I should see "Generic Software"  
31 - Then I should not see "Public Software"