From ce039682484fa6f5c0a4189b07c20d4617e4c255 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 30 Jun 2024 15:48:34 +0300 Subject: [PATCH] fixup! test: add integration tests using cypress and a custom terminal view --- integration-tests/cypress/e2e/healthcheck.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/cypress/e2e/healthcheck.cy.ts b/integration-tests/cypress/e2e/healthcheck.cy.ts index a547bb5d..dfaca8f3 100644 --- a/integration-tests/cypress/e2e/healthcheck.cy.ts +++ b/integration-tests/cypress/e2e/healthcheck.cy.ts @@ -3,6 +3,7 @@ describe("the healthcheck", () => { cy.visit("http://localhost:5173") cy.startNeovim() + cy.typeIntoTerminal(":=require('yazi'){enter}") cy.typeIntoTerminal(":checkhealth yazi{enter}") // the `yazi` application should be found successfully