Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 5432843

Browse files
committed
chore: use same date range in grid and in Cypress tests
1 parent ab3f81c commit 5432843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cypress/e2e/example25.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const presetMaxComplete = 80;
66
const presetMinDuration = 4;
77
const presetMaxDuration = 88;
88
const presetLowestDay = moment().add(-2, 'days').format('YYYY-MM-DD');
9-
const presetHighestDay = moment().add(20, 'days').format('YYYY-MM-DD');
9+
const presetHighestDay = moment().add(28, 'days').format('YYYY-MM-DD');
1010

1111
describe('Example 25 - Range Filters', { retries: 1 }, () => {
1212
it('should display Example title', () => {

0 commit comments

Comments
 (0)