Skip to content

Commit

Permalink
test: update TE comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Feb 26, 2024
1 parent 084d24b commit d509b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/createTrackedEntity.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ describe(['>=41'], 'tracked entity', () => {
describe(['<41'], 'tracked entity', () => {
it("is hidden and doesn't show up", () => {
goToStartPage()
// verify that e.g. the "Person dimensions" button is hidden
// verify that e.g. the "Person dimensions" button doesn't exist
cy.getBySel('tracked-entity-button').should('not.exist')
// verify that the TE input option is hidden
// verify that the TE input option doesn't exist
cy.getBySel('input-tracked-entity').should('not.exist')
})
})
Expand Down

0 comments on commit d509b68

Please sign in to comment.