Skip to content

Commit

Permalink
EDSC-3846: Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Sep 21, 2023
1 parent 0506d6b commit 52a01ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/timeline_zooming.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { getByTestId } from '../support/getByTestId'

const startCenter = 'Center: Fri, 01 Jan 2021 00:00:00 GMT'
const zoom1Center = 'Center: Tue, 23 Mar 2021 15:41:51 GMT'
const zoom2Center = 'Center: Tue, 16 Mar 2021 22:11:02 GMT'
const zoom3Center = 'Center: Fri, 01 Jan 2021 00:00:01 GMT'
const zoom4Center = 'Center: Tue, 25 Dec 2018 10:07:15 GMT'
const zoom5Center = 'Center: Mon, 04 Jan 2010 01:03:03 GMT'
const zoom2Center = 'Center: Wed, 17 Mar 2021 03:34:04 GMT'
const zoom3Center = 'Center: Fri, 01 Jan 2021 00:00:00 GMT'
const zoom4Center = 'Center: Tue, 25 Dec 2018 10:07:13 GMT'
const zoom5Center = 'Center: Mon, 04 Jan 2010 01:02:53 GMT'

const scrollWheel = (direction) => {
getByTestId('timelineList')
Expand Down

0 comments on commit 52a01ad

Please sign in to comment.