ci: refactored end-to-end workflow #1260
Annotations
2 errors, 1 warning, and 1 notice
Merge into a single HTML Report:
packages/studio-web/tests/test-commands.ts#L80
1) [chromium] › studio-web/download-web-bundle.spec.ts:6:1 › should Download web bundle (zip file format) › generate the readalong
Error: Timed out 5000ms waiting for expect(locator).toBeEditable()
Locator: locator('#t0b0d0p0s1translation')
Expected: editable
Received: <element(s) not found>
Call log:
- expect.toBeEditable with timeout 5000ms
- waiting for locator('#t0b0d0p0s1translation')
at test-commands.ts:80
78 | .locator("#t0b0d0p0s0translation")
79 | .fill("Ceci est un test.", { force: true, timeout: 0 });
> 80 | await expect(page.locator("#t0b0d0p0s1translation")).toBeEditable();
| ^
81 | await page
82 | .locator("#t0b0d0p0s1translation")
83 | .fill("Phrase.", { force: true, timeout: 0 });
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:80:58
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
|
Merge into a single HTML Report:
packages/studio-web/tests/editor/use-audio-toolbar.spec.ts#L43
2) [Mobile Chrome] › editor/use-audio-toolbar.spec.ts:7:1 › should edit alignment and words (editor)
Error: should be wider than the original segment
expect(received).toBeGreaterThan(expected)
Expected: > 69
Received: 6
41 | segBoxPostChange.width,
42 | "should be wider than the original segment",
> 43 | ).toBeGreaterThan(segBoxPreChange.width);
| ^
44 | await page.locator("segment.wavesurfer-segment").first().click();
45 | await expect(
46 | page.getByTitle("-2.360").locator("div"),
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/editor/use-audio-toolbar.spec.ts:43:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge into a single HTML Report
2 flaky
[chromium] › studio-web/download-web-bundle.spec.ts:6:1 › should Download web bundle (zip file format)
[Mobile Chrome] › editor/use-audio-toolbar.spec.ts:7:1 › should edit alignment and words (editor)
30 passed (49.8s)
|
Loading