File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -337,9 +337,11 @@ describe('Overview > Reports Tests', () => {
337
337
cy . get ( '#form_filter_div > .form-horizontal > :nth-child(1) > .col-md-8 > .btn-group > .btn' ) . click ( { force : true } ) ;
338
338
cy . get ( '#form_filter_div > .form-horizontal > :nth-child(1) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a' ) . then ( ( option ) => {
339
339
cy . get ( option ) . click ( { force : true } ) . then ( ( ) => {
340
+ cy . wait ( 5000 ) ;
340
341
cy . get ( '#form_filter_div > .form-horizontal > :nth-child(2) > .col-md-8 > .btn-group > .btn' ) . click ( { force : true } ) ;
341
342
cy . get ( '#form_filter_div > .form-horizontal > :nth-child(2) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a' ) . then ( ( option ) => {
342
343
cy . get ( option ) . click ( { force : true } ) . then ( ( ) => {
344
+ cy . wait ( 5000 ) ;
343
345
cy . get ( ':nth-child(3) > .col-md-8 > .btn-group > .btn' ) . click ( { force : true } ) ;
344
346
cy . get ( ':nth-child(3) > .col-md-8 > .btn-group > .open > .dropdown-menu > [data-original-index="1"] > a' ) . then ( ( option ) => {
345
347
cy . get ( option ) . click ( { force : true } ) ;
You can’t perform that action at this time.
0 commit comments