@@ -5,7 +5,8 @@ Feature: Helm Release
55
66 @pre-condition
77 Scenario : Create or Select the project namespace
8- Given user has created or selected namespace "aut-ci-helm"
8+ Given user is at the Helm Release tab in admin perspective
9+ And user has created or selected namespace "aut-ci-helm"
910
1011
1112 Scenario : Open the Helm tab on the navigation bar when helm charts are absent: HR-05-TC01
@@ -49,7 +50,7 @@ Feature: Helm Release
4950 And user is able to see the status and status icon of Revision history page
5051
5152 Scenario : Context menu options of helm release: HR-01-TC01
52- Given user is at the Topology page in admin view
53+ Given user is at the Topology page
5354 When user right clicks on the helm release "nodejs-release" to open the context menu
5455 Then user is able to see the context menu with actions Upgrade and Delete Helm Release
5556
@@ -83,7 +84,7 @@ Feature: Helm Release
8384
8485
8586 Scenario : Perform Upgrade action on Helm Release through Context Menu: HR-08-TC04
86- Given user is at the Topology page in admin view
87+ Given user is at the Topology page
8788 When user right clicks on the helm release "nodejs-release" to open the context menu
8889 And user clicks on the "Upgrade" action
8990 And user upgrades the chart Version
@@ -101,7 +102,7 @@ Feature: Helm Release
101102
102103
103104 Scenario : Perform Rollback action on Helm Release through Context Menu: HR-08-TC03
104- Given user is at the Topology page in admin view
105+ Given user is at the Topology page
105106 And user is on the topology sidebar of the helm release "nodejs-release"
106107 When user clicks on the Actions drop down menu
107108 And user clicks on the "Rollback" action
@@ -111,7 +112,7 @@ Feature: Helm Release
111112
112113
113114 Scenario : Delete Helm Release through Context Menu: HR-01-TC03
114- Given user is at the Topology page in admin view
115+ Given user is at the Topology page
115116 When user right clicks on the helm release "nodejs-release" to open the context menu
116117 And user clicks on the "Delete Helm Release" action
117118 And user enters the release name "nodejs-release"
0 commit comments