Skip to content

Commit aa68dac

Browse files
Tagged UI navigations for future API call replacement
1 parent dfcb373 commit aa68dac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/ui/Automation/Embedded-Automate/Explorer/namespace.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function validateNamespaceFormFields(isEditForm = false) {
112112
}
113113

114114
function createNamespaceAndOpenEditForm() {
115+
/* TODO: DATA_SETUP - Use API for namespace setup, excluding the test meant to validate functionality via UI */
115116
// Adding a new namespace
116117
addNamespace(NAMESPACE_NAME);
117118
// Selecting the created namespace from the accordion list items
@@ -246,6 +247,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
246247
});
247248

248249
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 */
249251
// Adding a new namespace
250252
addNamespace(NAMESPACE_NAME);
251253
// Trying to add duplicate namespace

0 commit comments

Comments
 (0)