Skip to content

Commit

Permalink
chore: typo in test log
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Feb 26, 2024
1 parent 5980327 commit ad97d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/dimensions/dynamic.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe(`Dynamic dimension - ${TEST_DYNAMIC_DIMENSION.name}`, () => {
expectWindowConfigSeriesToHaveLength(TEST_DYNAMIC_DIMENSION.itemAmount)
expectDimensionToHaveAllItemsSelected(TEST_DYNAMIC_DIMENSION.id)

cy.log('switches back to manual and previous item is presisted')
cy.log('switches back to manual and previous item is persisted')
openDimension(TEST_DYNAMIC_DIMENSION.id)
expectDimensionModalToBeVisible(TEST_DYNAMIC_DIMENSION.id)
expectAutomaticSelectionToBeChecked()
Expand All @@ -71,7 +71,7 @@ describe(`Dynamic dimension - ${TEST_DYNAMIC_DIMENSION.name}`, () => {
expectWindowConfigSeriesToHaveLength(1)
expectDimensionToHaveItemAmount(TEST_DYNAMIC_DIMENSION.id, 1)

cy.log('switches back to automatic, saving, the selection is presisted')
cy.log('switches back to automatic, saving, the selection is persisted')
openDimension(TEST_DYNAMIC_DIMENSION.id)
expectDimensionModalToBeVisible(TEST_DYNAMIC_DIMENSION.id)
expectManualSelectionToBeChecked()
Expand Down

0 comments on commit ad97d58

Please sign in to comment.