tests: update drag test position

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent ca29a08d52
commit 664953b537
+1 -1
View File
@@ -27,7 +27,7 @@ describe('Check if nodes are draggable', () => {
view: win,
})
cy.get(`[data-id="${nodes[0].id}"]`).should('have.css', 'transform', 'matrix(1, 0, 0, 1, 17, 74)')
cy.get(`[data-id="${nodes[0].id}"]`).should('not.have.css', 'transform', 'matrix(1, 0, 0, 1, 0, 0)')
})
})
})