diff --git a/frontend/cypress/e2e/check-in.cy.ts b/frontend/cypress/e2e/check-in.cy.ts index 7de58b68d9..ca92bbbc8f 100644 --- a/frontend/cypress/e2e/check-in.cy.ts +++ b/frontend/cypress/e2e/check-in.cy.ts @@ -422,6 +422,7 @@ describe('okr check-in', () => { .fillMetricCheckInValue('3') .submit(); cy.contains('Fourth action'); + cy.wait(1000); keyResultDetailPage.editKeyResult(); cy.getByTestId('action-input')