Skip to content

Commit

Permalink
add contains check to cypress test to ensure the object is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Jan 30, 2025
1 parent d751a16 commit b6607c3
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 @@ -421,6 +421,7 @@ describe('okr check-in', () => {
.fillCheckInCommentary('Add a fourth action to the action plan')
.fillMetricCheckInValue('3')
.submit();
cy.contains('Fourth action');

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

0 comments on commit b6607c3

Please sign in to comment.