@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user