Skip to content

Commit

Permalink
refactor(tests): remove extra key in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 23, 2024
1 parent ddd8ea7 commit 85af613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/integration-tests/cypress/e2e/neovim.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe("neovim features", () => {
it("can start with a different file name", () => {
cy.visit("/")
cy.startNeovim({ filename: "subdirectory/subdirectory-file.txt" }).then(() => {
cy.typeIntoTerminal("{control+l}")
cy.contains("Hello from the subdirectory!")
})
})
Expand Down

0 comments on commit 85af613

Please sign in to comment.