fix zoom behaviour while selection key is pressed

This commit is contained in:
Christopher Möller
2020-11-02 13:19:04 +01:00
6 changed files with 201 additions and 181 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ describe('Interaction Flow Rendering', () => {
});
});
it('tries to zoom by scroll', () => {
it('tries to zoom by double click', () => {
const styleBeforeZoom = Cypress.$('.react-flow__nodes').css('transform');
cy.get('.react-flow__renderer')
@@ -60,7 +60,7 @@ describe('Interaction Flow Rendering', () => {
});
});
it('tries to zoom by double click', () => {
it('tries to zoom by scroll', () => {
const styleBeforeZoom = Cypress.$('.react-flow__nodes').css('transform');
cy.get('.react-flow__renderer')