Skip to content

Commit

Permalink
e2e(DH): fix expected result for geom boost
Browse files Browse the repository at this point in the history
Two records are showing up randomly in second place; only check first one
  • Loading branch information
jahow committed Mar 1, 2024
1 parent c8062c8 commit 79446c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/datahub-e2e/src/e2e/datasets.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,6 @@ describe('datasets', () => {
'eql',
'Cartographie des sols agricoles de la plaine du Rhône'
)
cy.get('gn-ui-results-list-item')
.eq(1)
.find('[data-cy=recordTitle]')
.invoke('text')
.invoke('trim')
.should('eql', 'Alpine Convention')
})
})
})
Expand Down

0 comments on commit 79446c4

Please sign in to comment.