5436N/AScenario: I want to see all available ontologies
5436N/A When I open the ontologies overview page
5436N/A Then I should see all available ontologies
5436N/AScenario: I want to search for a specific ontology
5436N/A When I open the ontologies overview page
5436N/A When I fill in the search form
5436N/A Then I should see the ontology
5436N/AScenario: I want to search for a specific ontology which doesn't exist
5436N/A When I open the ontologies overview page
5436N/A When I fill in the search form
5436N/A Then I shouldnt see the ontology
5436N/AScenario: I want to filter the ontologies for ontology types
5436N/A Given there is an ontology with a type
5436N/A When I open the ontologies overview page
5436N/A When I select the type I search for
5436N/A Then I should see all ontologies with that type
5436N/AScenario: I want to filter the ontologies for projects
5436N/A Given there is an ontology in a project
5436N/A When I open the ontologies overview page
5436N/A When I select the project I search for
5680N/A Then I should see all ontologies in that project
5436N/AScenario: I want to filter the ontologies for formalities
5436N/A Given there is an ontology with a formality level
5436N/A When I open the ontologies overview page
5436N/A When I select the formality I search for
5436N/A Then I should see all ontologies with that formality level
5436N/AScenario: I want to filter the ontologies for license models
5436N/A Given there is an ontology with a license model
5436N/A When I open the ontologies overview page
5436N/A When I select the license model I search for
5436N/A Then I should see all ontologies with that license model
5436N/AScenario: I want to filter the ontologies for tasks
5436N/A Given there is an ontology with a task
5436N/A When I open the ontologies overview page
5436N/A When I select the task I search for
5436N/A Then I should see all ontologies with that task
5436N/AScenario: I want to filter the ontologies with all filters
5436N/A Given there is an ontology with all filters given
5436N/A When I open the ontologies overview page
5436N/A When I select the all filters I search for
5436N/A Then I should see all ontologies with that features
5436N/AScenario: I want to filter the ontologies for ontology types and projects
5436N/A Given there is an ontology with a type which is in a project
5436N/A When I open the ontologies overview page
5436N/A When I select the type and project I search for
5436N/A Then I should see all ontologies with that two features
5436N/AScenario: I want to filter the ontologies and for an specific ontology name
5436N/A Given there is an ontology with a type which is in a project
5436N/A When I open the ontologies overview page
5436N/A When I select the type and project I search for
5436N/A When I fill in the search form
5436N/A Then I should see all ontologies with that two features
5436N/A And I should see all ontologies with that name
5436N/AScenario: I want to search for ontologies in a repository
5436N/A Given there are at least two repositories
5436N/A Given there are at least two ontologies
5436N/A When I open the repositories overview page
When I select the ontologies tab
Then I should see all ontologies in that repository
And I should not see ontologies from other repositories
Scenario: I want to filter ontologies in a repository for ontology types
Given there are at least two repositories
Given there are at least two ontologies with ontology tpyes
When I open the repositories overview page
When I select a repository
When I select the ontologies tab
Then I should see all ontologies in that repository
When I select the type I search for
Then I should see all ontologies in that repository with that type
And I should not see ontologies from other repositories with that type
Scenario: I want to filter ontologies in a repository with different filters
Given there are at least two repositories
Given there are at least two ontologies with ontology tpyes and projects
When I open the repositories overview page
When I select a repository
When I select the ontologies tab
Then I should see all ontologies in that repository
When I select the type I search for
When I select the project I search for
Then I should see all ontologies in that repository with that type, in that project
And I should not see ontologies from other repositories with that type, in that project
Scenario: I want to search for a existing ontology in a repository
Given there are at least two repositories
Given there are at least two ontologies
When I open the repositories overview page
When I select a repository
When I select the ontologies tab
Then I should see all ontologies in that repository
And I should not see ontologies from other repositories
When I type in a ontology name I'm searching for which is in the repository
Then I should see the ontology
Scenario: I want to search for a not existing ontology in a repository
Given there are at least two repositories
Given there are at least two ontologies
When I open the repositories overview page
When I select a repository
When I select the ontologies tab
Then I should see all ontologies in that repository
And I should not see ontologies from other repositories
When I type in a ontology name I'm searching for which is not existing
Then I should not see the ontology