Fix composer button visibility in contrast colour mode #13500
Annotations
7 errors and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L141
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
2 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: room-list-item-open-notification-options-selection.png
Call log:
- Expect "toHaveScreenshot(room-list-item-open-notification-options-selection.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2 pixels (ratio 0.01 of all image pixels) are different.
139 | // The Mute room option should be selected
140 | await expect(page.getByRole("menuitem", { name: "Mute room" })).toHaveAttribute("aria-selected", "true");
> 141 | await expect(page).toMatchScreenshot("room-list-item-open-notification-options-selection.png");
| ^
142 | });
143 |
144 | test("should scroll to the current room", async ({ page, app, user }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:141:32
|
|
Run Playwright tests:
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L141
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
2 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: room-list-item-open-notification-options-selection.png
Call log:
- Expect "toHaveScreenshot(room-list-item-open-notification-options-selection.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2 pixels (ratio 0.01 of all image pixels) are different.
139 | // The Mute room option should be selected
140 | await expect(page.getByRole("menuitem", { name: "Mute room" })).toHaveAttribute("aria-selected", "true");
> 141 | await expect(page).toMatchScreenshot("room-list-item-open-notification-options-selection.png");
| ^
142 | });
143 |
144 | test("should scroll to the current room", async ({ page, app, user }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:141:32
|
|
Run Playwright tests:
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L141
2) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
Error: expect(page).toHaveScreenshot(expected) failed
2 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: room-list-item-open-notification-options-selection.png
Call log:
- Expect "toHaveScreenshot(room-list-item-open-notification-options-selection.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2 pixels (ratio 0.01 of all image pixels) are different.
139 | // The Mute room option should be selected
140 | await expect(page.getByRole("menuitem", { name: "Mute room" })).toHaveAttribute("aria-selected", "true");
> 141 | await expect(page).toMatchScreenshot("room-list-item-open-notification-options-selection.png");
| ^
142 | });
143 |
144 | test("should scroll to the current room", async ({ page, app, user }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:141:32
|
|
Run Playwright tests:
playwright/e2e/invite/invite-dialog.spec.ts#L119
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:72:9 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
2 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
- 2 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
- 2 pixels (ratio 0.01 of all image pixels) are different.
117 | );
118 |
> 119 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
120 |
121 | // Send a message to invite the bots
122 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/playwright/e2e/invite/invite-dialog.spec.ts:119:56
|
|
Run Playwright tests:
playwright/e2e/invite/invite-dialog.spec.ts#L119
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:72:9 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
2 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
- 2 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
- 2 pixels (ratio 0.01 of all image pixels) are different.
117 | );
118 |
> 119 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
120 |
121 | // Send a message to invite the bots
122 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/playwright/e2e/invite/invite-dialog.spec.ts:119:56
|
|
Run Playwright tests:
playwright/e2e/invite/invite-dialog.spec.ts#L119
1) [Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:72:9 › Invite dialog › should support inviting a user to Direct Messages @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_RoomView')
2 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
- 2 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
- 2 pixels (ratio 0.01 of all image pixels) are different.
117 | );
118 |
> 119 | await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
| ^
120 |
121 | // Send a message to invite the bots
122 | const composer = app.getComposer().locator("[contenteditable]");
at /home/runner/work/element-web/element-web/playwright/e2e/invite/invite-dialog.spec.ts:119:56
|
|
Run Playwright tests
2 failed
[Chrome] › playwright/e2e/invite/invite-dialog.spec.ts:72:9 › Invite dialog › should support inviting a user to Direct Messages @screenshot
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
74 passed (9.7m)
|
Loading