Skip to content

Commit 221f05d

Browse files
committed
wip
1 parent bdec141 commit 221f05d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
spec: packages/${{ matrix.spec }}
5050
install: false
5151

52-
# Upload Cypress screenshots if tests fail
5352
- name: Upload Cypress screenshots
5453
if: failure()
5554
uses: actions/upload-artifact@v4
@@ -58,7 +57,6 @@ jobs:
5857
path: cypress/screenshots
5958
if-no-files-found: ignore
6059

61-
# Always upload Cypress videos
6260
- name: Upload Cypress videos
6361
if: failure()
6462
uses: actions/upload-artifact@v4

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ describe('ObjectPage', () => {
410410
cy.realPress('ArrowDown');
411411
cy.realPress('ArrowDown');
412412
cy.realPress('Enter');
413+
414+
cy.wait(1000);
415+
413416
cy.get('[data-section-id="goals"]').shouldNeverHaveAttribute('selected');
414417
cy.get('[data-section-id="personal"]').shouldNeverHaveAttribute('selected');
415418
cy.findByText('Job Relationship').should('be.visible');

0 commit comments

Comments
 (0)