chore: use the debug module

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-26 12:33:19 +02:00
parent 82a7998375
commit b92b436efc
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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(