Add Recovery
section in the new user settings Encryption
tab
#4054
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/knock/create-knock-room.spec.ts#L82
1) [Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first()
Expected string: "Cybersecurity"
Received string: "TTestRoom!kcruDfytfKHZCsvJWJ:localhost2 Members↵Join"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first()
7 × locator resolved to <li tabindex="-1" role="option" aria-selected="true" id="mx_SpotlightDialog_button_result_!kcruDfytfKHZCsvJWJ:localhost" aria-labelledby="mx_SpotlightDialog_button_result_!kcruDfytfKHZCsvJWJ:localhost_name" aria-details="mx_SpotlightDialog_button_result_!kcruDfytfKHZCsvJWJ:localhost_details" aria-describedby="mx_SpotlightDialog_button_result_!kcruDfytfKHZCsvJWJ:localhost_alias" class="mx_AccessibleButton mx_SpotlightDialog_result_multiline mx_SpotlightDialog_option">…</li>
- unexpected value "TTestRoom!kcruDfytfKHZCsvJWJ:localhost2 Members↵Join"
80 | const spotlightDialog = await app.openSpotlight();
81 | await spotlightDialog.filter(Filter.PublicRooms);
> 82 | await expect(spotlightDialog.results.nth(0)).toContainText("Cybersecurity");
| ^
83 | });
84 | });
85 |
at /home/runner/work/element-web/element-web/playwright/e2e/knock/create-knock-room.spec.ts:82:54
|
Run Playwright tests:
playwright/e2e/messages/messages.spec.ts#L150
2) [Chrome] › messages/messages.spec.ts:146:17 › Message rendering › with rtl display name › should render a richtext RTL emote @screenshot
Error: expect(locator).toHaveScreenshot(expected)
18 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/messages/messages.spec.ts/emote-rich-rtl-rtldisplayname-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/messages-messages-Message--37321-render-a-richtext-RTL-emote-Chrome/emote-rich-rtl-rtldisplayname-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/messages-messages-Message--37321-render-a-richtext-RTL-emote-Chrome/emote-rich-rtl-rtldisplayname-diff.png
Call log:
- expect.toHaveScreenshot(emote-rich-rtl-rtldisplayname.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$EP_X7gbEc3Wn54PNZ7Ad1glKQOnP52kpNarvtfvby4s" data-scroll-tokens="$EP_X7gbEc3Wn54PNZ7Ad1glKQOnP52kpNarvtfvby4s" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_emote mx_EventTile_noBubble">…</li>
- 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
- 18 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$EP_X7gbEc3Wn54PNZ7Ad1glKQOnP52kpNarvtfvby4s" data-scroll-tokens="$EP_X7gbEc3Wn54PNZ7Ad1glKQOnP52kpNarvtfvby4s" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_emote mx_EventTile_noBubble">…</li>
- 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
- 18 pixels (ratio 0.01 of all image pixels) are different.
148 |
149 | const msgTile = await sendMessage(page, "/me أضع بيضة *حرة النطاق*");
> 150 | await expect(msgTile).toMatchScreenshot(`emote-rich-rtl-${direction}displayname.png`);
| ^
151 | });
152 |
153 | test("should render an edited RTL message", async ({ page, user, app, room }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/messages/messages.spec.ts:150:39
|
Run Playwright tests:
[Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 24.1s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 19.2s
|
Run Playwright tests:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 18.9s
|
Run Playwright tests:
[Chrome] › lazy-loading/lazy-loading.spec.ts#L1
[Chrome] › lazy-loading/lazy-loading.spec.ts took 16.9s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 16.1s
|
Run Playwright tests
2 flaky
[Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room
[Chrome] › messages/messages.spec.ts:146:17 › Message rendering › with rtl display name › should render a richtext RTL emote @screenshot
1 skipped
63 passed (5.0m)
|
Loading