Skip to content

Commit

Permalink
fix(e2e): add cy.wait for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Apr 25, 2024
1 parent e2226bf commit 5ce9e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/datahub-e2e/src/e2e/datasetDetailPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ describe('api form', () => {
cy.get('@secondInput').clear()
cy.get('@secondInput').type('87')

// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(3000)
cy.get('@apiForm').find('gn-ui-dropdown-selector').as('dropdown')
cy.get('@dropdown').eq(0).selectDropdownOption('geojson')

Expand Down

0 comments on commit 5ce9e3d

Please sign in to comment.