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