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 @@ -180,6 +180,7 @@ function validateNamespaceFormFields(isEditForm = false) {
180
180
}
181
181
182
182
function createNamespaceAndOpenEditForm ( ) {
183
+ /* @replace -with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
183
184
// Adding a new namespace
184
185
addNamespace ( ) ;
185
186
// Selecting the created namespace from the accordion list items
@@ -223,6 +224,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
223
224
embeddedAutomationMenuOption ,
224
225
explorerMenuOption
225
226
) ;
227
+ /* @replace -with-api: Refactor to cy.request for domain setup once available */
226
228
// Creating a domain to test namespace operations
227
229
cy . toolbar ( toolbarConfiguration , toolbarAddNewDomain ) ;
228
230
cy . get ( inputFieldSelector ( nameInputFieldId ) ) . type ( domainName ) ;
@@ -312,6 +314,7 @@ describe('Automate operations on Namespaces: Automation -> Embedded Automate ->
312
314
} ) ;
313
315
314
316
it ( 'Checking whether creating a duplicate namespace is restricted' , ( ) => {
317
+ /* @replace -with-api: Use cy.request for namespace setup, excluding the test meant to validate functionality via UI */
315
318
// Adding a new namespace
316
319
addNamespace ( ) ;
317
320
// Trying to add duplicate namespace
You can’t perform that action at this time.
0 commit comments