@lvce-editor/test-with-playwright-worker 22.8.0 → 22.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/workerMain.js +1 -0
- package/package.json +1 -1
package/dist/workerMain.js
CHANGED
|
@@ -1546,6 +1546,7 @@ const runTestsWithReusedPage = async ({
|
|
|
1546
1546
|
try {
|
|
1547
1547
|
const url = getAllTestsUrl(port, filter, traceFocus ?? false);
|
|
1548
1548
|
await page.goto(url, {
|
|
1549
|
+
timeout,
|
|
1549
1550
|
waitUntil: 'networkidle'
|
|
1550
1551
|
});
|
|
1551
1552
|
const text = await readTestResultsText(page, timeout);
|