diff --git a/integration-tests/cypress/e2e/blink-ripgrep/basic_spec.cy.ts b/integration-tests/cypress/e2e/blink-ripgrep/basic_spec.cy.ts index d46e432..39267b0 100644 --- a/integration-tests/cypress/e2e/blink-ripgrep/basic_spec.cy.ts +++ b/integration-tests/cypress/e2e/blink-ripgrep/basic_spec.cy.ts @@ -9,7 +9,6 @@ describe("the basics", () => { // wait until text on the start screen is visible cy.contains("If you see this text, Neovim is ready!") createFakeGitDirectoriesToLimitRipgrepScope() - cy.pause() // clear the current line and enter insert mode cy.typeIntoTerminal("cc")