chore: turn on some debug logging

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-26 11:59:00 +02:00
parent 18d73ecc9d
commit fbedcebe7c
+1
View File
@@ -357,6 +357,7 @@ 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(