Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 6, 2024
1 parent c704dff commit b1ea7c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/support/utils.js
Expand Up @@ -227,7 +227,6 @@ export const jumpToLine = (line) => {
// Wait necessary to ensure code pane is focussed
cy.wait(200); // eslint-disable-line @finsit/cypress/no-unnecessary-waiting
typeCode(`{${cmdPlus('g')}}`);

typeCode(`${line}{enter}`);
};

Expand Down

0 comments on commit b1ea7c7

Please sign in to comment.