diff --git a/e2e/cypress/component/2-flow/drag.cy.ts b/e2e/cypress/component/2-flow/drag.cy.ts index a1ac5045..db25500c 100644 --- a/e2e/cypress/component/2-flow/drag.cy.ts +++ b/e2e/cypress/component/2-flow/drag.cy.ts @@ -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)') }) }) })