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