From b74d7eb61ee59435de22f71d4b160ad281b70bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20=C3=96sterlund?= Date: Fri, 3 Nov 2023 17:12:10 +0100 Subject: [PATCH] test: remove flaky screenshot for five day week test --- cypress/e2e/02-five-day-week.cy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/e2e/02-five-day-week.cy.ts b/cypress/e2e/02-five-day-week.cy.ts index 65e9d59e..24b57183 100644 --- a/cypress/e2e/02-five-day-week.cy.ts +++ b/cypress/e2e/02-five-day-week.cy.ts @@ -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', () => {