fix CI issue and package upgrades (#869)

This commit is contained in:
JFH
2023-01-09 08:32:54 +01:00
committed by GitHub
parent 990cc58260
commit 86fcc112c9
69 changed files with 448 additions and 380 deletions

View File

@@ -34,6 +34,6 @@ describe('Fix issue 752', function () {
.trigger('mousemove', 203, 205, { force: true })
.trigger('mouseup', { force: true })
cy.get('#selectedBox0').should('have.attr', 'd', 'M174,174 L246,174 246,246 174,246z')
cy.get('#selectedBox0').should('have.attr', 'd', 'M192,194 L284,194 284,286 192,286z')
})
})