Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

End to End Tests

End to End Tests #8567

Triggered via workflow run April 12, 2024 12:59
@floriandurosflorianduros
completed aadb463
Status Failure
Total duration 1h 26m 58s
Artifacts 9

end-to-end-tests.yaml

on: workflow_run
Prepare
2s
Prepare
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 2 warnings
Run Tests 2/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 6/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 4/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 3/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 8/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 7/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 5/8
The process '/usr/bin/xvfb-run' failed with exit code 1
Run Tests 1/8
The process '/usr/bin/xvfb-run' failed with exit code 1
[Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:146:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:146:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
1) [Legacy Crypto] › audio-player/audio-player.spec.ts:145:9 › Audio player › should be correctly rendered - light theme Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:146:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:151:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:151:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:151:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:167:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:167:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
3) [Legacy Crypto] › audio-player/audio-player.spec.ts:156:9 › Audio player › should be correctly rendered - high contrast theme Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:167:9
[Legacy Crypto] › audio-player/audio-player.spec.ts:172:9 › Audio player › should be correctly rendered - dark theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L38
4) [Legacy Crypto] › audio-player/audio-player.spec.ts:172:9 › Audio player › should be correctly rendered - dark theme Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent') 36 | // Wait until the file is sent 37 | await expect(page.locator(".mx_RoomView_statusArea_expanded")).not.toBeVisible(); > 38 | await expect(page.locator(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent")).toBeVisible(); | ^ 39 | // wait for the tile to finish loading 40 | await expect( 41 | page at uploadFile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:38:97) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:176:9
Prepare
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report results
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/github-script@v6, nwtgck/actions-netlify@7a92f00dde8c92a5a9e8385ec2919775f7647352. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
247 MB
all-blob-reports-2 Expired
184 MB
all-blob-reports-3 Expired
261 MB
all-blob-reports-4 Expired
164 MB
all-blob-reports-5 Expired
216 MB
all-blob-reports-6 Expired
183 MB
all-blob-reports-7 Expired
253 MB
all-blob-reports-8 Expired
157 MB
html-report--attempt-1 Expired
1.62 GB