@@ -12,9 +12,9 @@ describe('Automation > Embedded Automate > Simulation', () => {
12
12
it ( 'Resets the form' , ( ) => {
13
13
cy . get ( '#object_request' ) . type ( 'Test Request' ) ;
14
14
cy . get ( '#target_class' ) . click ( ) ;
15
- cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'Availability Zone ' ) . click ( { force : true } ) ;
15
+ cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'User ' ) . click ( { force : true } ) ;
16
16
17
- cy . get ( '#selection_target' ) . select ( 'asia-northeast2-a ' ) ;
17
+ cy . get ( '#selection_target' ) . select ( 'Administrator ' ) ;
18
18
cy . get ( '#left_div' ) . scrollTo ( 'bottom' ) ;
19
19
cy . contains ( 'button' , 'Reset' ) . click ( ) ;
20
20
@@ -26,9 +26,9 @@ describe('Automation > Embedded Automate > Simulation', () => {
26
26
it ( 'Submits the form' , ( ) => {
27
27
cy . get ( '#object_request' ) . type ( 'Test Request' ) ;
28
28
cy . get ( '#target_class' ) . click ( ) ;
29
- cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'Availability Zone ' ) . click ( { force : true } ) ;
29
+ cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'User ' ) . click ( { force : true } ) ;
30
30
31
- cy . get ( '#selection_target' ) . select ( 'asia-northeast2-a ' ) ;
31
+ cy . get ( '#selection_target' ) . select ( 'Administrator ' ) ;
32
32
cy . get ( '#left_div' ) . scrollTo ( 'bottom' ) ;
33
33
34
34
cy . get ( '[name="attribute_1"]' ) . type ( 'attribute 1' ) ;
@@ -45,7 +45,7 @@ describe('Automation > Embedded Automate > Simulation', () => {
45
45
} ) ;
46
46
it ( 'Loads the second dropdown' , ( ) => {
47
47
cy . get ( '#target_class' ) . click ( ) ;
48
- cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'Availability Zone ' ) . click ( { force : true } ) ;
48
+ cy . get ( '[class="bx--list-box__menu-item__option"]' ) . contains ( 'User ' ) . click ( { force : true } ) ;
49
49
cy . get ( '#selection_target' ) . should ( 'exist' ) ;
50
50
} ) ;
51
51
} ) ;
0 commit comments