From 4c1de73f9e53a76c80cd8a8e862844e862eff5af Mon Sep 17 00:00:00 2001 From: Martin Ohlson Date: Mon, 18 Mar 2024 13:53:31 +0000 Subject: [PATCH] test: add comment about skip rounding --- cypress/integration/options.cy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress/integration/options.cy.js b/cypress/integration/options.cy.js index e92fd9dfd..be67ec327 100644 --- a/cypress/integration/options.cy.js +++ b/cypress/integration/options.cy.js @@ -245,6 +245,7 @@ describe(['>=40'], 'ou hierarchy', () => { }) describe('skip rounding', () => { + // TODO: split this test in to three parts, one for each input type it('sets skip rounding', () => { goToStartPage() @@ -268,6 +269,7 @@ describe('skip rounding', () => { expectTableToBeUpdated() getTableRows().eq(0).find('td').eq(1).should('contain', 3.7) + // TODO: fix this test for v41, by changing to a dimension with a value that has more than 2 decimals openDataOptionsModal()