Skip to content

Commit

Permalink
test: test toggling for alphanumeric conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Jan 18, 2024
1 parent bc450e4 commit 610c1ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('text conditions (event)', { testIsolation: false }, () => {
assertTooltipContainsEntries([stageName, 'Contains: ', 'Is not: '])
})
})
describe('text conditions (TE)', { testIsolation: false }, () => {
describe(['>=41'], 'text conditions (TE)', { testIsolation: false }, () => {
const dimensionName = 'First Name'

beforeEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/download.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('download', () => {

it(
['>=41'],
'download button disables when required dimensions are selected (tracked entity)',
'download button disables when required dimensions are selected (TE)',
() => {
goToStartPage()

Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/programStatus.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
getTableRows,
} from '../helpers/table.js'

describe(['>=41'], 'program status (tracked entity)', () => {
describe(['>=41'], 'program status (TE)', () => {
const dimensionName = 'Program status'

const setUpTable = () => {
Expand Down

0 comments on commit 610c1ee

Please sign in to comment.