Update dependency caniuse-lite to v1.0.30001715 #7306
Annotations
1 error and 1 notice
playwright/e2e/oidc/oidc-native.spec.ts#L102
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:77:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
Error: expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: ["mx_crypto_initialised"]
100 |
101 | const localStorageKeys = await page.evaluate(() => Object.keys(localStorage));
> 102 | expect(localStorageKeys).toHaveLength(0);
| ^
103 | },
104 | );
105 | });
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:102:38
|
1 flaky
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:77:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
45 passed (6.8m)
|
The logs for this run have expired and are no longer available.
Loading