test(zoom-handling): adjust tests for changes in zoom behaviour
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user