Skip to content

Commit

Permalink
Dumbify jumpToLine function
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 6, 2024
1 parent 3104b96 commit c704dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/utils.js
Expand Up @@ -228,7 +228,7 @@ export const jumpToLine = (line) => {
cy.wait(200); // eslint-disable-line @finsit/cypress/no-unnecessary-waiting
typeCode(`{${cmdPlus('g')}}`);

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

/**
Expand Down

0 comments on commit c704dff

Please sign in to comment.