Skip to content

Commit

Permalink
Fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Oct 25, 2024
1 parent 334947f commit 52c3dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/checkIn.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ describe('OKR Check-in e2e tests', () => {
cy.wait('@getKeyResultsAfterSave');

cy.getByTestId('add-check-in').first().click();
cy.get('#old-value label + div').contains('10 %');
cy.get('#old-value h4 + p').contains('10 %');
});
});
});
Expand Down

0 comments on commit 52c3dee

Please sign in to comment.