File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
cypress/e2e/ui/Automation/Embedded-Automate/Explorer Expand file tree Collapse file tree 1 file changed +2
-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
@@ -246,6 +247,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
246
247
} ) ;
247
248
248
249
it ( 'Checking whether creating a duplicate namespace is restricted' , ( ) => {
250
+ /* TODO: DATA_SETUP - Use API for namespace setup, excluding the test meant to validate functionality via UI */
249
251
// Adding a new namespace
250
252
addNamespace ( NAMESPACE_NAME ) ;
251
253
// Trying to add duplicate namespace
You can’t perform that action at this time.
0 commit comments