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 @@ -185,6 +185,7 @@ function validateNamespaceFormFields(isEditForm = false) {
185
185
}
186
186
187
187
function createNamespaceAndOpenEditForm ( ) {
188
+ /* @replace -with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
188
189
// Adding a new namespace
189
190
addNamespace ( ) ;
190
191
// Selecting the created namespace from the accordion list items
@@ -228,6 +229,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
228
229
embeddedAutomationMenuOption ,
229
230
explorerMenuOption
230
231
) ;
232
+ /* @replace -with-api: Refactor to cy.request for domain setup once available */
231
233
// Creating a domain to test namespace operations
232
234
cy . toolbar ( toolbarConfiguration , toolbarAddNewDomain ) ;
233
235
cy . get ( inputFieldSelector ( nameInputFieldId ) ) . type ( domainName ) ;
@@ -317,6 +319,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
317
319
} ) ;
318
320
319
321
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 */
320
323
// Adding a new namespace
321
324
addNamespace ( ) ;
322
325
// Trying to add duplicate namespace
You can’t perform that action at this time.
0 commit comments