diff --git a/features/software_catalog_block.feature b/features/software_catalog_block.feature deleted file mode 100644 index 7817df8..0000000 --- a/features/software_catalog_block.feature +++ /dev/null @@ -1,31 +0,0 @@ -Feature:Search catalogued software - As a user - I want to be able to search catalogued software - So that I find a software that fit my needs - Background: - Given "MpogSoftwarePlugin" plugin is enabled - And I am logged in as mpog_admin - And I go to /admin/plugins - And I check "MpogSoftwarePlugin" - And I press "Save changes" - And I go to /account/logout - And the following blocks - | owner | type | - | environment | SearchCatalogBlock | - And the following softwares - | name | public_software | - | Public Software | true | - | Generic Software | false | - And the following users - | login | name | email | - | joaosilva | Joao Silva | joaosilva@example.com | - And I am logged in as "joaosilva" - - Scenario: successfull search - Given I go to /search/software_infos - And I should see "Public Software" - And I should see "Generic Software" - And I fill in "search-input" with "Generic" - And I press "Search" - And I should see "Generic Software" - Then I should not see "Public Software" -- libgit2 0.21.2