Skip to content

Commit

Permalink
test: expect more TET dimensions for new db
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Feb 26, 2024
1 parent d21d26e commit 4457c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/createTrackedEntity.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe(['>=41'], 'tracked entity', () => {
cy.getBySel('main-sidebar').contains('Person dimensions').click()
cy.getBySel('tracked-entity-dimensions-list')
.children()
.should('have.length', 33)
.should('have.length', 50)
clickAddRemoveTrackedEntityTypeDimensions(entityDimensionName)

// select a program and add program dimensions
Expand Down

0 comments on commit 4457c88

Please sign in to comment.