Skip to content

Commit

Permalink
test: change 3.7 to 3.65 for numeric tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Mar 18, 2024
1 parent 4c1de73 commit 68a261b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/integration/conditions/numericConditions.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('number conditions (event)', { testIsolation: false }, () => {
dimensionName
)

expectTableToMatchRows(['11', '3.7'])
expectTableToMatchRows(['11', '3.65'])

assertChipContainsText(dimensionName, 1)

Expand All @@ -160,7 +160,7 @@ describe('number conditions (event)', { testIsolation: false }, () => {
dimensionName
)

expectTableToMatchRows(['11', '12', '3.7'])
expectTableToMatchRows(['11', '12', '3.65'])

assertChipContainsText(dimensionName, 1)

Expand All @@ -177,7 +177,7 @@ describe('number conditions (event)', { testIsolation: false }, () => {
)

expectTableToMatchRows([
'3.7',
'3.65',
'11',
`${currentYear}-01-01`, // empty row, use value in date column
'2 000 000',
Expand Down Expand Up @@ -213,7 +213,7 @@ describe('number conditions (event)', { testIsolation: false }, () => {
)

expectTableToMatchRows([
'3.7',
'3.65',
'11',
'12',
'2 000 000',
Expand Down

0 comments on commit 68a261b

Please sign in to comment.