Skip to content

Commit b42e5f2

Browse files
Tagged UI navigation for future API call replacement
1 parent b682c59 commit b42e5f2

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
@@ -185,6 +185,7 @@ function validateNamespaceFormFields(isEditForm = false) {
185185
}
186186

187187
function createNamespaceAndOpenEditForm() {
188+
/* @replace-with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
188189
// Adding a new namespace
189190
addNamespace();
190191
// Selecting the created namespace from the accordion list items
@@ -228,6 +229,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
228229
embeddedAutomationMenuOption,
229230
explorerMenuOption
230231
);
232+
/* @replace-with-api: Refactor to cy.request for domain setup once available */
231233
// Creating a domain to test namespace operations
232234
cy.toolbar(toolbarConfiguration, toolbarAddNewDomain);
233235
cy.get(inputFieldSelector(nameInputFieldId)).type(domainName);
@@ -317,6 +319,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
317319
});
318320

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

0 commit comments

Comments
 (0)