Consolidate Build & Test CI #8
Annotations
15 errors
|
Upload blob report to GitHub Actions Artifacts
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests
Error: ENOENT: no such file or directory, open 'playwright/sample-files/riot.png'
at widgets/stickers.spec.ts:22
20 | const ROOM_NAME_1 = "Sticker Test";
21 | const ROOM_NAME_2 = "Sticker Test Two";
> 22 | const STICKER_IMAGE = fs.readFileSync("playwright/sample-files/riot.png");
| ^
23 |
24 | function getStickerMessage(contentUri: string, mimetype: string): string {
25 | return JSON.stringify({
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/widgets/stickers.spec.ts:22:26
|
|
Run Playwright tests
Error: ENOENT: no such file or directory, open 'playwright/sample-files/riot.png'
at timeline/timeline.spec.ts:26
24 |
25 | const ROOM_NAME = "Test room";
> 26 | const OLD_AVATAR = fs.readFileSync("playwright/sample-files/riot.png");
| ^
27 | const NEW_AVATAR = fs.readFileSync("playwright/sample-files/element.png");
28 | const OLD_NAME = "Alan";
29 | const NEW_NAME = "Alan (away)";
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/timeline/timeline.spec.ts:26:23
|
|
Run Playwright tests
Error: ENOENT: no such file or directory, open 'playwright/sample-files/riot.png'
at timeline/media-preview-settings.spec.ts:13
11 | import { test, expect } from "../../element-web-test";
12 |
> 13 | const MEDIA_FILE = fs.readFileSync("playwright/sample-files/riot.png");
| ^
14 |
15 | test.describe("Media preview settings", () => {
16 | test.use({
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/timeline/media-preview-settings.spec.ts:13:23
|
|
Run Playwright tests
Error: ENOENT: no such file or directory, open 'playwright/sample-files/element.png'
at modules/custom-component.spec.ts:29
27 | });
28 |
> 29 | const IMAGE_FILE = fs.readFileSync("playwright/sample-files/element.png");
| ^
30 |
31 | test.describe("Custom Component API", () => {
32 | test.use({
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/modules/custom-component.spec.ts:29:23
|
|
Run Playwright tests
Error: ENOENT: no such file or directory, open 'playwright/sample-files/riot.png'
at messages/messages.spec.ts:16
14 | import { test, expect } from "../../element-web-test";
15 |
> 16 | const MEDIA_FILE = readFileSync("playwright/sample-files/riot.png");
| ^
17 |
18 | async function waitForMessageSentStatus(msgTile: Locator): Promise<void> {
19 | await expect(msgTile.getByRole("status")).toHaveAccessibleName("Your message was sent");
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/messages/messages.spec.ts:16:20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loading