File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
cypress/e2e/ui/Automation/Embedded-Automate/Explorer Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ function validateNamespaceFormFields(isEditForm = false) {
112
112
}
113
113
114
114
function createNamespaceAndOpenEditForm ( ) {
115
+ /* TODO: DATA_SETUP - Use API for namespace setup, excluding the test meant to validate functionality via UI */
115
116
// Adding a new namespace
116
117
addNamespace ( NAMESPACE_NAME ) ;
117
118
// Selecting the created namespace from the accordion list items
@@ -155,6 +156,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
155
156
EMBEDDED_AUTOMATION_MENU_OPTION ,
156
157
EXPLORER_MENU_OPTION
157
158
) ;
159
+ /* TODO: DATA_SETUP - Refactor to use API for domain data setup */
158
160
// Creating a domain to test namespace operations
159
161
cy . toolbar ( TOOLBAR_CONFIGURATION , TOOLBAR_ADD_NEW_DOMAIN ) ;
160
162
cy . getFormInputFieldById ( 'name' ) . type ( DOMAIN_NAME ) ;
@@ -242,6 +244,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
242
244
} ) ;
243
245
244
246
it ( 'Checking whether creating a duplicate namespace is restricted' , ( ) => {
247
+ /* TODO: DATA_SETUP - Use API for namespace setup, excluding the test meant to validate functionality via UI */
245
248
// Adding a new namespace
246
249
addNamespace ( NAMESPACE_NAME ) ;
247
250
// Trying to add duplicate namespace
You can’t perform that action at this time.
0 commit comments