Skip to content

Commit dd6a285

Browse files
committed
wip
1 parent 945545a commit dd6a285

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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 }}

packages/main/src/components/ObjectPage/ObjectPage.cy.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)