Skip to content

Commit

Permalink
Dumbify back out of replace test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 6, 2024
1 parent 3343d81 commit 49b73a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/keymaps.cy.js
Expand Up @@ -426,7 +426,7 @@ describe('Keymaps', () => {
it('should back out of replace correctly', () => {
replaceInCode('div');

cy.focused().type('{esc}');
typeCode('{esc}');

assertCodePaneContains(dedent`
<div>First line</div>
Expand Down

0 comments on commit 49b73a0

Please sign in to comment.