- Testing: Clarify

master
Brett Zamir 2020-01-21 12:05:29 +08:00
parent 5992fadd0f
commit 03a56e035d
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
});