From 045b5ac259299a918e3bfe0fc86f1c747804764e Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 3 Dec 2024 11:36:54 +0100 Subject: [PATCH] chore: forgot to choose period type in test --- cypress/integration/layers/thematiclayer.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/layers/thematiclayer.cy.js b/cypress/integration/layers/thematiclayer.cy.js index c290928b8..adeffb1d3 100644 --- a/cypress/integration/layers/thematiclayer.cy.js +++ b/cypress/integration/layers/thematiclayer.cy.js @@ -104,6 +104,7 @@ context('Thematic Layers', () => { .selectIndicatorGroup('Stock') .selectIndicator('BCG Stock PHU') .selectTab('Period') + .selectPeriodType('Start/end dates') .typeStartDate(`${CURRENT_YEAR}-11-01`) .typeEndDate(`${CURRENT_YEAR}-11-30`) .selectTab('Style')