mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-06 22:37:10 +02:00
Co-authored-by: Florian Duros <florianduros@element.io>
This commit is contained in:
parent
acb3d31a07
commit
db5c69e228
@ -158,6 +158,8 @@ test.describe("Cryptography", function () {
|
|||||||
await page.getByRole("textbox", { name: "Send a message…" }).press("Enter");
|
await page.getByRole("textbox", { name: "Send a message…" }).press("Enter");
|
||||||
await checkDMRoom(page);
|
await checkDMRoom(page);
|
||||||
const bobRoomId = await bobJoin(page, bob);
|
const bobRoomId = await bobJoin(page, bob);
|
||||||
|
await expect(page.locator(".mx_MessageComposer_e2eIcon")).toMatchScreenshot("composer-e2e-icon-normal.png");
|
||||||
|
|
||||||
await testMessages(page, bob, bobRoomId);
|
await testMessages(page, bob, bobRoomId);
|
||||||
await verify(app, bob);
|
await verify(app, bob);
|
||||||
|
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 268 B |
@ -52,7 +52,13 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
|
|
||||||
.mx_E2EIcon_normal::after {
|
.mx_E2EIcon_normal::after {
|
||||||
mask-image: url("$(res)/img/e2e/normal.svg");
|
mask-image: url("$(res)/img/e2e/normal.svg");
|
||||||
background-color: white;
|
background-color: var(--cpd-color-icon-tertiary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_E2EIcon_verified {
|
||||||
|
.mx_E2EIcon_normal::after {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_E2EIcon_verified::after {
|
.mx_E2EIcon_verified::after {
|
||||||
|
Loading…
Reference in New Issue
Block a user