File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
cypress/e2e/ui/Settings/Application-Settings Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,11 @@ describe('Automate Tenant form operations: Settings > Application Settings > Acc
323
323
cy . toolbar ( CONFIG_TOOLBAR_BUTTON , EDIT_TENANT_CONFIG_OPTION ) ;
324
324
} ) ;
325
325
326
+ it ( 'Validate Edit tenant form elements' , ( ) => {
327
+ // Validate form fields
328
+ validateFormElements ( ) ;
329
+ } ) ;
330
+
326
331
it ( 'Validate Reset & Cancel buttons on Edit tenant form' , ( ) => {
327
332
// Update name & description fields
328
333
updateNameAndDescription (
@@ -486,6 +491,15 @@ describe('Automate Tenant form operations: Settings > Application Settings > Acc
486
491
deleteAccordionItem ( INITIAL_CHILD_TENANT_NAME ) ;
487
492
} ) ;
488
493
494
+ it ( 'Validate Edit child tenant form elements' , ( ) => {
495
+ // Validate form fields
496
+ validateFormElements ( ) ;
497
+ // Cancel the edit form
498
+ cancelForm ( ) ;
499
+ // Removing the child tenant
500
+ deleteAccordionItem ( initialChildTenantName ) ;
501
+ } ) ;
502
+
489
503
it ( 'Validate Reset & Cancel buttons on the Edit child tenent form' , ( ) => {
490
504
// Update name & description fields
491
505
updateNameAndDescription (
You can’t perform that action at this time.
0 commit comments