chore(tests): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-08 16:32:11 +01:00
committed by Braks
parent 3f72713e3e
commit 870c8fd407
4 changed files with 16 additions and 10 deletions
@@ -63,7 +63,10 @@ describe('Check if custom connection lines are rendered', () => {
.should('have.length', 1)
.then(() => {
expect(propTargetNode).to.not.be.null
expect(propTargetNode?.id).to.equal('2')
expect(propTargetHandle).to.not.be.null
expect(propTargetHandle?.id).to.equal('2__handle-top')
sourceHandle.trigger('mouseup', {
clientX: x + 5,