Promote "Share encrypted history" from labs #1458
Annotations
4 errors and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
apps/web/playwright/e2e/invite/invite-dialog.spec.ts#L146
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:90:5 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
20 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: send-your-first-message-view.png
Call log:
- Expect "toHaveScreenshot(send-your-first-message-view.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 20 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 20 pixels (ratio 0.01 of all image pixels) are different.
144 | );
145 |
> 146 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
147 |
148 | // Send a message to invite the bots
149 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/invite/invite-dialog.spec.ts:146:56
|
|
Run Playwright tests:
apps/web/playwright/e2e/invite/invite-dialog.spec.ts#L146
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:90:5 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
20 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: send-your-first-message-view.png
Call log:
- Expect "toHaveScreenshot(send-your-first-message-view.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 20 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 20 pixels (ratio 0.01 of all image pixels) are different.
144 | );
145 |
> 146 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
147 |
148 | // Send a message to invite the bots
149 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/invite/invite-dialog.spec.ts:146:56
|
|
Run Playwright tests:
apps/web/playwright/e2e/invite/invite-dialog.spec.ts#L146
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:90:5 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
20 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: send-your-first-message-view.png
Call log:
- Expect "toHaveScreenshot(send-your-first-message-view.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 20 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_RoomView')
- locator resolved to <div class="mx_RoomView mx_RoomView--local">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 20 pixels (ratio 0.01 of all image pixels) are different.
144 | );
145 |
> 146 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
147 |
148 | // Send a message to invite the bots
149 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/invite/invite-dialog.spec.ts:146:56
|
|
Run Playwright tests
1 failed
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:90:5 › Invite dialog › should support inviting a user to Direct Messages @screenshot
134 passed (12.8m)
|
Loading