End to End Tests #5563
Annotations
2 errors, 5 warnings, and 1 notice
playwright/e2e/crypto/device-verification.spec.ts#L96
1) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: "route.fetch: Test ended." while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
94 | await route.fulfill({ json: {} });
95 | await new Promise((f) => setTimeout(f, 1000));
> 96 | await route.fetch();
| ^
97 | });
98 |
99 | await logIntoElement(page, credentials);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:96:25
|
playwright/e2e/crypto/utils.ts#L40
1) [Firefox] › playwright/e2e/crypto/device-verification.spec.ts:121:9 › Device verification › Verify device with QR code during login @no-webkit
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/#/login", waiting until "load"
at crypto/utils.ts:40
38 | ): Promise<{ botClient: Bot; recoveryKey: GeneratedSecretStorageKey; expectedBackupVersion: string }> {
39 | // Visit the login page of the app, to load the matrix sdk
> 40 | await page.goto("/#/login");
| ^
41 |
42 | // wait for the page to load
43 | await page.waitForSelector(".mx_AuthPage", { timeout: 30000 });
at createBot (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:40:16)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/device-verification.spec.ts:33:36
|
[Firefox] › playwright/e2e/messages/messages.spec.ts#L1
[Firefox] › playwright/e2e/messages/messages.spec.ts took 1.7m
|
[Firefox] › playwright/e2e/crypto/event-shields.spec.ts#L1
[Firefox] › playwright/e2e/crypto/event-shields.spec.ts took 1.3m
|
[Firefox] › playwright/e2e/composer/RTE.spec.ts#L1
[Firefox] › playwright/e2e/composer/RTE.spec.ts took 59.8s
|
[Firefox] › playwright/e2e/crypto/crypto.spec.ts#L1
[Firefox] › playwright/e2e/crypto/crypto.spec.ts took 56.4s
|
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › playwright/e2e/crypto/decryption-failure-messages.spec.ts took 41.8s
|
|
The logs for this run have expired and are no longer available.
Loading