Skip to content

Commit

Permalink
test: typo from prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Jan 19, 2024
1 parent f7c5b22 commit 52e3dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/conditions/numericConditions.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('number conditions (event)', { testIsolation: false }, () => {

selectRelativePeriod({
label: periodLabel,
TEST_REL_PE_THIS_YEAR,
period: TEST_REL_PE_THIS_YEAR,
})

clickMenubarUpdateButton()
Expand Down Expand Up @@ -469,7 +469,7 @@ describe('integer', { testIsolation: false }, () => {

selectRelativePeriod({
label: periodLabel,
TEST_REL_PE_THIS_YEAR,
period: TEST_REL_PE_THIS_YEAR,
})

clickMenubarUpdateButton()
Expand Down

0 comments on commit 52e3dcb

Please sign in to comment.