test: now waiting for soundswallower model to load before test begins #1229
Annotations
3 errors and 1 notice
packages/studio-web/tests/studio-web/download-html.spec.ts#L11
1) [chromium] › studio-web/download-html.spec.ts:4:1 › should Download default (single file format)
Error: Test timeout of 120000ms exceeded
Call Log:
- Test timeout of 120000ms exceeded
9 | await defaultBeforeEach(page, browserName);
10 | await testMakeAReadAlong(page);
> 11 | }).toPass();
| ^
12 | //download default
13 | const downloadPromise = page.waitForEvent("download");
14 | await page.getByTestId("download-ras").click();
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/studio-web/download-html.spec.ts:11:6
|
packages/studio-web/tests/test-commands.ts#L48
2) [chromium] › studio-web/download-web-bundle.spec.ts:6:1 › should Download web bundle (zip file format) › generate the readalong
Error: Test timeout of 360000ms exceeded
at test-commands.ts:48
46 | "Sentence Paragraph Page",
47 | );
> 48 | }).toPass();
| ^
49 |
50 | await page
51 | .getByTestId("ra-subheader")
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:48:8
at testMakeAReadAlong (/home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:20:3)
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/studio-web/download-web-bundle.spec.ts:13:3
|
packages/studio-web/tests/test-commands.ts#L48
3) [chromium] › studio-web/download-webvtt.spec.ts:9:1 › should Download WebVTT ( file format) › generate the readalong
Error: Test timeout of 360000ms exceeded
at test-commands.ts:48
46 | "Sentence Paragraph Page",
47 | );
> 48 | }).toPass();
| ^
49 |
50 | await page
51 | .getByTestId("ra-subheader")
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:48:8
at testMakeAReadAlong (/home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:20:3)
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/studio-web/download-webvtt.spec.ts:13:3
|
3 flaky
[chromium] › studio-web/download-html.spec.ts:4:1 › should Download default (single file format)
[chromium] › studio-web/download-web-bundle.spec.ts:6:1 › should Download web bundle (zip file format)
[chromium] › studio-web/download-webvtt.spec.ts:9:1 › should Download WebVTT ( file format) ────
19 passed (12.3m)
|
The logs for this run have expired and are no longer available.
Loading