From 03a56e035dcb6b18c614127d24adc89e0ae9d9a0 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 21 Jan 2020 12:05:29 +0800 Subject: [PATCH] - Testing: Clarify --- cypress/integration/ui/key-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }); });