@@ -28,7 +28,7 @@ describe('Automation > Embedded Automate > Customization', () => {
28
28
// creates a dialog
29
29
cy . get ( '[title="Configuration"]' ) . click ( { force : true } ) ;
30
30
cy . get ( '[title="Add a new Dialog"]' ) . click ( { force : true } ) ;
31
- cy . get ( '[name="name"]' ) . type ( 'Test User' ) ;
31
+ cy . get ( '[name="name"]' ) . type ( 'Test User' , { force : true } ) ;
32
32
cy . get ( '[name="description"' ) . type ( 'Test Description' ) ;
33
33
cy . get ( '[name="dialog_type"]' ) . select ( 'Configured System Provision' ) ;
34
34
cy . get ( '[class="CodeMirror-lines"]' ) . type ( ':Buttons:' ) ;
@@ -72,8 +72,8 @@ describe('Automation > Embedded Automate > Customization', () => {
72
72
// creates a dialog
73
73
cy . get ( '[title="Configuration"]' ) . click ( { force : true } ) ;
74
74
cy . get ( '[title="Add a new Dialog"]' ) . click ( { force : true } ) ;
75
- cy . get ( '[name="name"]' ) . type ( 'Test User' ) ;
76
- cy . get ( '[name="description"' ) . type ( 'Test Description' ) ;
75
+ cy . get ( '[name="name"]' ) . type ( 'Test User' , { force : true } ) ;
76
+ cy . get ( '[name="description"' ) . type ( 'Test Description' , { force : true } ) ;
77
77
cy . get ( '[name="dialog_type"]' ) . select ( 'Configured System Provision' ) ;
78
78
cy . get ( '[class="CodeMirror-lines"]' ) . type ( ':Buttons:' ) ;
79
79
cy . get ( '[class="btnRight bx--btn bx--btn--primary"]' ) . click ( { force : true } ) ;
@@ -127,7 +127,7 @@ describe('Automation > Embedded Automate > Customization', () => {
127
127
// creates a dialog
128
128
cy . get ( '[title="Configuration"]' ) . click ( { force : true } ) ;
129
129
cy . get ( '[title="Add a new Dialog"]' ) . click ( { force : true } ) ;
130
- cy . get ( '[name="name"]' ) . type ( 'Test User' ) ;
130
+ cy . get ( '[name="name"]' ) . type ( 'Test User' , { force : true } ) ;
131
131
cy . get ( '[name="description"' ) . type ( 'Test Description' ) ;
132
132
cy . get ( '[name="dialog_type"]' ) . select ( 'Configured System Provision' ) ;
133
133
cy . get ( '[class="CodeMirror-lines"]' ) . type ( ':Buttons:' ) ;
0 commit comments