Skip to content

Commit 32724ca

Browse files
Tagged UI navigation for future API call replacement
1 parent 1dc3963 commit 32724ca

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

179179
function createNamespaceAndOpenEditForm() {
180+
/* @replace-with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
180181
// Adding a new namespace
181182
addNamespace();
182183
// Selecting the created namespace from the accordion list items
@@ -220,6 +221,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
220221
embeddedAutomationMenuOption,
221222
explorerMenuOption
222223
);
224+
/* @replace-with-api: Refactor to cy.request for domain setup once available */
223225
// Creating a domain to test namespace operations
224226
cy.toolbar(toolbarConfiguration, toolbarAddNewDomain);
225227
cy.get(inputFieldSelector(nameInputFieldId)).type(domainName);
@@ -309,6 +311,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
309311
});
310312

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

0 commit comments

Comments
 (0)