@@ -4,21 +4,22 @@ Feature: Container Profile Edit
4
4
And a Container Profile has been created
5
5
Scenario : Container Profile is opened in the edit mode from the browse menu
6
6
Given the Container Profile appears in the search results list
7
- When the user clicks on 'Edit'
8
- Then the Container Profile is opened in the edit mode
7
+ When the user clicks on 'Edit'
8
+ Then the Container Profile is opened in the edit mode
9
9
Scenario : Container Profile is opened in the edit mode from the view mode
10
10
Given the Container Profile is opened in the view mode
11
- When the user clicks on 'Edit'
12
- Then the Container Profile is opened in the edit mode
11
+ When the user clicks on 'Edit'
12
+ Then the Container Profile is opened in the edit mode
13
13
Scenario Outline : Container Profile is successfully updated
14
- Given the Container Profile is opened in edit mode
15
- When the user changes the '<Field>' field to '<NewValue>'
14
+ Given the Container Profile is opened in the view mode
15
+ When the user clicks on 'Edit'
16
+ And the user changes the '<Field>' field to '<NewValue>'
16
17
And the user clicks on 'Save'
18
+ And the user clicks on 'Edit'
17
19
Then the field '<Field>' has value '<NewValue>'
18
20
Examples :
19
- | Field | NewValue |
20
- | Name | Updated Test Container Profile |
21
- | Width | 10 |
21
+ | Field | NewValue |
22
+ | Width | 10 |
22
23
Scenario : Container Profile is not updated after changes are reverted
23
24
Given the Container Profile is opened in edit mode
24
25
When the user changes the 'Name' field
@@ -30,4 +31,4 @@ Feature: Container Profile Edit
30
31
And the user clicks on 'Save'
31
32
Then the following error message is displayed
32
33
| Name - Property is required but was missing |
33
- And the Container Profile Name field has the original value
34
+ And the Container Profile Name field has the original value
0 commit comments