Skip to content

Commit b85cd5d

Browse files
Tagged UI navigations for future API call replacement
1 parent d1a1c31 commit b85cd5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 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
@@ -155,6 +156,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
155156
EMBEDDED_AUTOMATION_MENU_OPTION,
156157
EXPLORER_MENU_OPTION
157158
);
159+
/* TODO: DATA_SETUP - Refactor to use API for domain data setup */
158160
// Creating a domain to test namespace operations
159161
cy.toolbar(TOOLBAR_CONFIGURATION, TOOLBAR_ADD_NEW_DOMAIN);
160162
cy.getFormInputFieldById('name').type(DOMAIN_NAME);
@@ -242,6 +244,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
242244
});
243245

244246
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 */
245248
// Adding a new namespace
246249
addNamespace(NAMESPACE_NAME);
247250
// Trying to add duplicate namespace

0 commit comments

Comments
 (0)