Skip to content

Commit

Permalink
Add wait to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 24, 2024
1 parent 389b619 commit 707576f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/cypress/e2e/pad-socket.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ describe('pad-socket', () => {
})
})

/*
* Test seems to fail without the wait
* TODO figure out how to solve this
*/
cy.wait(500)

cy.get(`[data-path-id=${pathId}]`)
.findCy('rendered-path')
.should('have.attr', 'data-points-length', 50)
Expand Down

0 comments on commit 707576f

Please sign in to comment.