Skip to content

Commit

Permalink
fix(done): Fix e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <[email protected]>
  • Loading branch information
stefan-niedermann committed Jan 16, 2024
1 parent 47684bf commit 77462b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ describe('Analyzer main screen', () => {
cases.forEach(([description, expected]) => {
cy.visit('/');

if (description.isDone) {
cy.get('[formControlName="isDone"]').click()
}
if (description.isSharedBoard) {
cy.get('[formControlName="isSharedBoard"]').click()
}
Expand Down

0 comments on commit 77462b8

Please sign in to comment.