Fix initial stroke width (#959)
* Fix initial stroke width * refresh packages * update snapshots * Update issue-752.cy.js --------- Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
@@ -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', 'M192,194 L284,194 284,286 192,286z')
|
||||
cy.get('#selectedBox0').should('have.attr', 'd', 'M189.5,191.5 L286.5,191.5 286.5,288.5 189.5,288.5z')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user