From faad1cca7c9e8a836a2673e263f9ab8b983423d7 Mon Sep 17 00:00:00 2001 From: Charisma Kausar Date: Tue, 7 May 2024 01:44:39 +0800 Subject: [PATCH] add comments --- .../cypress/tests/chartView/chartView_optimiseTimeline.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress/tests/chartView/chartView_optimiseTimeline.cy.js b/frontend/cypress/tests/chartView/chartView_optimiseTimeline.cy.js index 03974c9cae..43e64806fe 100644 --- a/frontend/cypress/tests/chartView/chartView_optimiseTimeline.cy.js +++ b/frontend/cypress/tests/chartView/chartView_optimiseTimeline.cy.js @@ -109,6 +109,7 @@ describe('optimise timeline', () => { cy.get('#tab-zoom') .should('be.visible'); + // verifies the date range is correctly optimised cy.get('#tab-zoom .period') .should('contain', '2018-05-03 to 2023-03-03');