Update issue-660.js

master
JFH 2021-11-03 17:38:50 +01:00 committed by GitHub
parent cf0715697e
commit d1944b534a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -29,11 +29,7 @@ describe('Fix issue 660', function () {
.trigger('mousemove', 0, 100, { force: true })
.trigger('mousemove', 0, 100, { force: true })
.trigger('mousemove', 0, 100, { force: true })
// // .trigger('mousemove', 0, 100, { force: true }) // did not produce it
// // .trigger('mousemove', 0, 100, { force: true })
// // .trigger('mousemove', 0, 200, { force: true }) // did not produce it
.trigger('mouseup', { force: true });
// svgedit use the #text text field to capture the text
cy.get('#a_text').should('have.attr', 'transform')