Skip to content

Commit

Permalink
test: add comment about skip rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Mar 18, 2024
1 parent 3bd01f0 commit 4c1de73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/options.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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()

Expand Down

0 comments on commit 4c1de73

Please sign in to comment.