Skip to content

Commit 84f8da7

Browse files
Tagged UI navigation for future API call replacement
1 parent 85be6db commit 84f8da7

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
@@ -178,6 +178,7 @@ function validateNamespaceFormFields(isEditForm = false) {
178178
}
179179

180180
function createNamespaceAndOpenEditForm() {
181+
/* @replace-with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
181182
// Adding a new namespace
182183
addNamespace();
183184
// Selecting the created namespace from the accordion list items
@@ -221,6 +222,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
221222
embeddedAutomationMenuOption,
222223
explorerMenuOption
223224
);
225+
/* @replace-with-api: Refactor to cy.request for domain setup once available */
224226
// Creating a domain to test namespace operations
225227
cy.toolbar(toolbarConfiguration, toolbarAddNewDomain);
226228
cy.get(inputFieldSelector(nameInputFieldId)).type(domainName);
@@ -310,6 +312,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
310312
});
311313

312314
it('Checking whether creating a duplicate namespace is restricted', () => {
315+
/* @replace-with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
313316
// Adding a new namespace
314317
addNamespace();
315318
// Trying to add duplicate namespace

0 commit comments

Comments
 (0)