Skip to content

Commit

Permalink
test: add version toggling for TE layout validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Dec 28, 2023
1 parent 7bc3e33 commit 0539dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/layoutValidation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('layout validation', () => {
expectTableToBeVisible()
})
})
it('validates that type and org unit are required (TE)', () => {
it(['>=41'], 'validates that type and org unit are required (TE)', () => {
goToStartPage()

cy.getBySel('input-tracked-entity').click()
Expand Down

0 comments on commit 0539dcf

Please sign in to comment.