-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3128537
commit ae0d018
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Feature: Top Container View | ||
Background: | ||
Given an administrator user is logged in | ||
And a Resource with a Top Container has been created | ||
Scenario: View Top Container from the search results | ||
Given the user is on the Top Containers page | ||
When the user fills in 'Keyword' with the Resource title | ||
And the user clicks on 'View' | ||
Then the Top Container view page is displayed | ||
Scenario: View Top Container from the container instance | ||
Given the user is on the Resource view page | ||
When the user clicks on 'Instances' | ||
And the user clicks on 'Top Container' | ||
And the user clicks on 'View' in the dropdown menu | ||
Then the Top Container view page is displayed |