File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/main/src/components/ObjectPage Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5050 install : false
5151
5252 - name : Upload Cypress screenshots
53- if : ${{ matrix.react == '19' && failure() }}
53+ if : ${{ false && matrix.react == '19' && failure() }}
5454 uses : actions/upload-artifact@v4
5555 with :
5656 name : cypress-screenshots-${{ matrix.react }}
Original file line number Diff line number Diff line change @@ -456,12 +456,17 @@ describe('ObjectPage', () => {
456456 cy . findByTestId ( 'footer' ) . should ( 'be.visible' ) ;
457457
458458 cy . get ( '[ui5-tabcontainer]' ) . findUi5TabByText ( 'Employment' ) . focus ( ) ;
459+ cy . log ( 'down1' ) ;
459460 cy . realPress ( 'ArrowDown' ) ;
460461 cy . get ( '[ui5-responsive-popover]' ) . should ( 'be.visible' ) ;
461462 cy . wait ( 500 ) ;
463+ cy . log ( 'down2' ) ;
462464 cy . realPress ( 'ArrowDown' ) ;
465+ cy . log ( 'down3' ) ;
463466 cy . realPress ( 'ArrowDown' ) ;
467+ cy . log ( 'Enter' ) ;
464468 cy . realPress ( 'Enter' ) ;
469+ cy . log ( 'check' ) ;
465470 cy . get ( '[data-section-id="personal"]' ) . shouldNeverHaveAttribute ( 'selected' ) ;
466471 cy . get ( `[ui5-tab][data-index="3"]` ) . should ( 'have.attr' , 'selected' ) ;
467472 // wait for scroll
You can’t perform that action at this time.
0 commit comments