- Testing: Add key commands test
This commit is contained in:
14
cypress/integration/ui/key-commands.js
Normal file
14
cypress/integration/ui/key-commands.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
visitAndApproveStorage
|
||||
} from '../../support/ui-test-helper.js';
|
||||
|
||||
// See https://github.com/SVG-Edit/svgedit/issues/364
|
||||
describe('Key commands', function () {
|
||||
beforeEach(() => {
|
||||
visitAndApproveStorage();
|
||||
});
|
||||
|
||||
it('ctrl-A causes error', function () {
|
||||
cy.get('body').type('{cmd}a');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user