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

@@ -192,7 +192,7 @@ describe('use text tools of svg-edit', function () {
})
it('check tool_length_adjust', function () {
cy.get('#svg_1').click({ force: true })
cy.get('#tool_length_adjust').shadow().find('select').select(1)
cy.get('#tool_length_adjust').shadow().find('select').select(1, { force: true })
cy.svgSnapshot()
})
it('check tool_text_change_rotation', function () {