Skip to content

Commit

Permalink
Top Container view
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu authored and blacksmith-welder committed Feb 17, 2025
1 parent 3128537 commit ae0d018
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions staff_features/top_containers/top_container_view.feature
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

0 comments on commit ae0d018

Please sign in to comment.