File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
cypress/e2e/ui/Automation/Embedded-Automate/Explorer Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ function validateNamespaceFormFields(isEditForm = false) {
178178}
179179
180180function 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
You can’t perform that action at this time.
0 commit comments