Update issue-408.js

This commit is contained in:
JFH
2020-06-21 11:05:48 +02:00
committed by GitHub
parent 957d34fc9a
commit 60115ee602

View File

@@ -3,12 +3,12 @@ import {
} from '../../../support/ui-test-helper.js';
// See https://github.com/SVG-Edit/svgedit/issues/408
describe('Fix issue 408: does not throw when showing/saving svg content', function () {
describe('Fix issue 408', function () {
beforeEach(() => {
visitAndApproveStorage();
});
it('should set rectangle selection after click', function () {
it('should not throw when showing/saving svg content', function () {
cy.get('#tool_source').click();
cy.get('#svg_source_textarea')
.type('{selectall}')