- Testing: Clarify

This commit is contained in:
Brett Zamir
2020-01-21 12:05:29 +08:00
parent 5992fadd0f
commit 03a56e035d

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