diff --git a/cypress/integration/ui/key-commands.js b/cypress/integration/ui/key-commands.js index b937a57b..c8716749 100644 --- a/cypress/integration/ui/key-commands.js +++ b/cypress/integration/ui/key-commands.js @@ -8,7 +8,7 @@ describe('Key commands', function () { visitAndApproveStorage(); }); - it('ctrl-A causes error', function () { + it('cmd-A on empty canvas should not cause an error', function () { cy.get('body').type('{cmd}a'); }); });