Skip to content

Commit

Permalink
test: fix e2e english date format on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Jan 29, 2025
1 parent 8ef3893 commit 70c055f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ describe('dataset pages', () => {
.eq(0)
.children('p')
.eq(1)
.should('contain.text', '22/09/2020')
.should('contain.text', '9/22/2020')
cy.get('@aboutContent')
.eq(1)
.children('p')
.eq(1)
.should('contain.text', '17/03/2024')
.should('contain.text', '3/17/2024')
})
it('should not display the same text twice in the constraints', () => {
// this dataset has the same text for the license and the legal constraints
Expand Down

0 comments on commit 70c055f

Please sign in to comment.