Skip to content

Commit

Permalink
test: try raising wait condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Nov 3, 2023
1 parent 7de6934 commit a9c610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/02-five-day-week.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('FiveDayWeek.vue', () => {
cy.compareSnapshot('02-five-day-week')
getFirstEventInWeekTimeline().click()
getEventFlyoutTitle().contains('Advanced algebra')
cy.wait(500)
cy.wait(1000)
cy.compareSnapshot('02-five-day-week__event-dialog')
});

Expand Down

0 comments on commit a9c610b

Please sign in to comment.