Skip to content

Commit

Permalink
add wait to make test no fail because of timing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Jan 30, 2025
1 parent 887615d commit 6f8e9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/cypress/e2e/check-in.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ describe('okr check-in', () => {
.fillMetricCheckInValue('3')
.submit();
cy.contains('Fourth action');
cy.wait(1000);

keyResultDetailPage.editKeyResult();
cy.getByTestId('action-input')
Expand Down

0 comments on commit 6f8e9c0

Please sign in to comment.