1
+ Feature : Container Profile View
2
+ Background :
3
+ Given an administrator user is logged in
4
+ Scenario : Search Container Profile by name
5
+ Given a Container Profile has been created
6
+ When the user clicks on 'Browse'
7
+ And the user clicks on 'Container Profiles'
8
+ And the user filters by text with the Container Profile name
9
+ Then the Container Profile is in the search results
10
+ Scenario : View Container Profile from the search results
11
+ Given a Container Profile has been created
12
+ When the user clicks on 'Browse'
13
+ And the user clicks on 'Container Profiles'
14
+ And the user filters by text with the Container Profile name
15
+ And the user clicks on 'View'
16
+ Then the Container Profile view page is displayed
17
+ Scenario : Sort Container Profiles by name
18
+ Given two Container Profiles have been created with a common keyword in their name
19
+ And the two Container Profiles are displayed sorted by ascending name
20
+ When the user clicks on 'Name'
21
+ Then the two Container Profiles are displayed sorted by descending name
22
+ Scenario : Container Profiles table download CSV
23
+ Given two Container Profiles have been created with a common keyword in their name
24
+ And the two Container Profiles are displayed in the search results
25
+ When the user clicks on 'Download CSV'
26
+ Then a CSV file is downloaded with the two Container Profiles
0 commit comments