End to End Tests #7444
Annotations
10 errors and 1 notice
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
1) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:75:39
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:130:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:145:39
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:130:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:145:39
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L68
2) [WebKit] › playwright/e2e/crypto/dehydration.spec.ts:130:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
at ../pages/ElementAppPage.ts:68
66 |
67 | public async getClipboard(): Promise<string> {
> 68 | return await this.page.evaluate(() => navigator.clipboard.readText());
| ^
69 | }
70 |
71 | /**
at ElementAppPage.getClipboard (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:68:32)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:145:39
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
3) [WebKit] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
3) [WebKit] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
3) [WebKit] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L1
4) [WebKit] › playwright/e2e/spaces/spaces.spec.ts:237:9 › Spaces › should show space invites at the top of the space panel
Test timeout of 30000ms exceeded while setting up "bot".
|
Run Playwright tests
3 failed
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:62:9 › Dehydration › 'Set up recovery' creates dehydrated device
[WebKit] › playwright/e2e/crypto/dehydration.spec.ts:130:9 › Dehydration › 'Reset cryptographic identity' removes dehydrated device
[WebKit] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
1 flaky
[WebKit] › playwright/e2e/spaces/spaces.spec.ts:237:9 › Spaces › should show space invites at the top of the space panel
19 skipped
110 passed (18.3m)
|
Loading