Skip to content

Commit

Permalink
test: raise diff threshold for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Nov 3, 2023
1 parent b74d7eb commit 8776a25
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 @@ -18,7 +18,7 @@ describe('FiveDayWeek.vue', () => {

it('Gets a multiple day event, and opens it in EventFlyout', () => {
cy.wait(500)
cy.compareSnapshot('02-five-day-week')
cy.compareSnapshot('02-five-day-week', 0.03)
getFirstEventInWeekTimeline().click()
getEventFlyoutTitle().contains('Advanced algebra')
});
Expand Down

0 comments on commit 8776a25

Please sign in to comment.