tests: update handle ids in tests

This commit is contained in:
braks
2024-06-06 10:45:38 +02:00
committed by Braks
parent 660831cc37
commit 82d99915d3
4 changed files with 26 additions and 32 deletions
@@ -51,7 +51,7 @@ describe('Store Action: `startConnection`, `updateConnection`, `endConnection`',
store.endConnection()
expect(store.connectionStartHandle.value).to.equal(null)
expect(store.connectionPosition.value).to.deep.equal({ x: NaN, y: NaN })
expect(store.connectionPosition.value).to.deep.equal({ x: Number.NaN, y: Number.NaN })
cy.viewPort().find('.vue-flow__connection').should('not.exist')
})