fix(test): empty test pane drag

This commit is contained in:
moklick
2020-08-03 17:31:41 +02:00
parent 0e64147f4f
commit 01a08f6a27
+2 -2
View File
@@ -14,8 +14,8 @@ describe('Empty Flow Rendering', () => {
.type('{shift}', { release: false })
.get('.react-flow__selectionpane')
.trigger('mousedown', 'topLeft', { which: 1, force: true })
.trigger('mousemove', 'bottomRight', { which: 1 })
.trigger('mouseup', 'bottomRight', { force: true });
.trigger('mousemove', 'bottomLeft', { which: 1 })
.trigger('mouseup', 'bottomLeft', { force: true });
});
it('renders an empty mini map', () => {