Merge pull request #375 from ReadAlongs/dev.del-feat-e2e #1250
end-to-end-tests.yml
on: push
Matrix: Run Playwright test-suites
test-suites
3m 9s
Merge playwright reports
1m 12s
Annotations
4 errors, 6 warnings, and 1 notice
[chromium] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( file format):
packages/studio-web/tests/test-commands.ts#L80
1) [chromium] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( 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-praat.spec.ts:12:3
|
[chromium] › studio-web/download-webvtt.spec.ts:10:1 › should Download WebVTT ( file format):
packages/studio-web/tests/test-commands.ts#L84
2) [chromium] › studio-web/download-webvtt.spec.ts:10:1 › should Download WebVTT ( file format) › generate the readalong
Error: Timed out 5000ms waiting for expect(locator).toBeEditable()
Locator: locator('#t0b0d0p1s0translation')
Expected: editable
Received: <element(s) not found>
Call log:
- expect.toBeEditable with timeout 5000ms
- waiting for locator('#t0b0d0p1s0translation')
at test-commands.ts:84
82 | .locator("#t0b0d0p0s1translation")
83 | .fill("Phrase.", { force: true, timeout: 0 });
> 84 | await expect(page.locator("#t0b0d0p1s0translation")).toBeEditable();
| ^
85 | await page
86 | .locator("#t0b0d0p1s0translation")
87 | .fill("Paragraphe.", { force: true, timeout: 0 });
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:84: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-webvtt.spec.ts:14:3
|
[chromium] › studio-web/download-webvtt.spec.ts:10:1 › should Download WebVTT ( file format):
packages/studio-web/tests/test-commands.ts#L76
2) [chromium] › studio-web/download-webvtt.spec.ts:10:1 › should Download WebVTT ( file format) › generate the readalong
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEditable()
Locator: locator('#t0b0d0p0s0translation')
Expected: editable
Received: <element(s) not found>
Call log:
- expect.toBeEditable with timeout 5000ms
- waiting for locator('#t0b0d0p0s0translation')
at test-commands.ts:76
74 | .click({ force: true, timeout: 0 });
75 | //update translations
> 76 | await expect(page.locator("#t0b0d0p0s0translation")).toBeEditable();
| ^
77 | await page
78 | .locator("#t0b0d0p0s0translation")
79 | .fill("Ceci est un test.", { force: true, timeout: 0 });
at /home/runner/work/Studio-Web/Studio-Web/packages/studio-web/tests/test-commands.ts:76: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-webvtt.spec.ts:14:3
|
[Mobile Chrome] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( file format):
packages/studio-web/tests/test-commands.ts#L80
3) [Mobile Chrome] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( 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-praat.spec.ts:12:3
|
test-suites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright test-suites (1, 4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright test-suites (3, 4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright test-suites (4, 4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright test-suites (2, 4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge playwright reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
3 flaky
[chromium] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( file format) ─────
[chromium] › studio-web/download-webvtt.spec.ts:10:1 › should Download WebVTT ( file format) ───
[Mobile Chrome] › studio-web/download-praat.spec.ts:10:1 › should Download Praat ( file format)
19 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
blob-report-1
Expired
|
10.7 KB |
|
blob-report-2
Expired
|
17.4 MB |
|
blob-report-3
Expired
|
10 KB |
|
blob-report-4
Expired
|
10.5 MB |
|
html-report--attempt-1
Expired
|
28.5 MB |
|