From b92b436efcc922c474492fd14b7381f072fad830 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 26 Oct 2021 12:33:19 +0200 Subject: [PATCH] chore: use the debug module Signed-off-by: blam --- .github/workflows/e2e-win.yml | 2 +- packages/e2e-test/src/commands/run.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-win.yml b/.github/workflows/e2e-win.yml index 62428d29e2..0e004ca1a6 100644 --- a/.github/workflows/e2e-win.yml +++ b/.github/workflows/e2e-win.yml @@ -47,4 +47,4 @@ jobs: - name: yarn build run: yarn build --ignore example-app --ignore example-backend --ignore @techdocs/cli - name: run E2E test - run: yarn e2e-test run + run: DEBUG=zombie yarn e2e-test run diff --git a/packages/e2e-test/src/commands/run.ts b/packages/e2e-test/src/commands/run.ts index 3db860e647..b0db715f25 100644 --- a/packages/e2e-test/src/commands/run.ts +++ b/packages/e2e-test/src/commands/run.ts @@ -357,7 +357,6 @@ async function testAppServe(pluginName: string, appDir: string) { for (let attempts = 1; ; attempts++) { try { const browser = new Browser(); - browser.debug(); await waitForPageWithText(browser, '/', 'My Company Catalog'); await waitForPageWithText(