feat(tests): add dragging nodes test

This commit is contained in:
braks
2022-10-07 22:55:38 +02:00
committed by Braks
parent 6e0c0c7768
commit 63dae2cd05
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { getElements } from '../../utils'
const { nodes, edges } = getElements()
describe('render Vue Flow', () => {
describe('Render Basic Example', () => {
beforeEach(() => {
cy.vueFlow({
modelValue: [...nodes, ...edges],