test(zoom-handling): adjust tests for changes in zoom behaviour

This commit is contained in:
Christopher Möller
2020-10-06 13:45:53 +02:00
parent 0373b53fc2
commit 9e2ecf3db6
5 changed files with 11 additions and 9 deletions
+2
View File
@@ -16,6 +16,8 @@ describe('Empty Flow Rendering', () => {
.trigger('mousedown', 'topLeft', { which: 1, force: true })
.trigger('mousemove', 'bottomLeft', { which: 1 })
.trigger('mouseup', 'bottomLeft', { force: true });
cy.get('body').type('{shift}', { release: true });
});
it('renders an empty mini map', () => {