Skip to content

Commit

Permalink
Fix layout mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jan 22, 2025
1 parent 77dcd21 commit 8486ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/cypress/e2e/check-in.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,13 +438,14 @@ describe('okr check-in', () => {
keyResultDetailPage.visit('Very important keyresult')
.createCheckIn()
.checkForPrimaryButton('submit-check-in')
.cancel()
.cancel();

keyResultDetailPage
.showAllCheckIns()
.editLatestCheckIn()
.checkForPrimaryButton('submit-check-in')
.cancel();
});
});

function isChecked(element: string, checked = true) {
Expand Down

0 comments on commit 8486ef8

Please sign in to comment.