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