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
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(