update cypress

This commit is contained in:
JFH
2020-12-27 19:01:18 +01:00
parent fc2d630b67
commit 48fe9ff4e8
4 changed files with 494 additions and 282 deletions

View File

@@ -41,7 +41,7 @@ describe('use various parts of svg-edit', function () {
.trigger('mousedown', 'center', {force: true})
.trigger('mouseup', {force: true});
// svgedit use the #text text field to capture the text
cy.get('#text').type('B', {force: true});
cy.get('#text').type('AB', {force: true});
testSnapshot();
});