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 @@ -177,6 +177,7 @@ function validateNamespaceFormFields(isEditForm = false) {
177177}
178178
179179function 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
You can’t perform that action at this time.
0 commit comments