Skip to content

Commit

Permalink
test: remove flaky screenshot for five day week test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Nov 3, 2023
1 parent 15e1094 commit b74d7eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/02-five-day-week.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ describe('FiveDayWeek.vue', () => {
cy.compareSnapshot('02-five-day-week')
getFirstEventInWeekTimeline().click()
getEventFlyoutTitle().contains('Advanced algebra')
cy.wait(1000)
cy.compareSnapshot('02-five-day-week__event-dialog', 0.03)
});

it('Gets a timed event, and opens it in EventFlyout', () => {
Expand Down

0 comments on commit b74d7eb

Please sign in to comment.