You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Fix user menu font (#12879)
This commit is contained in:
@ -25,5 +25,6 @@ test.describe("User Menu", () => {
|
||||
|
||||
await expect(menu.locator(".mx_UserMenu_contextMenu_displayName", { hasText: user.displayName })).toBeVisible();
|
||||
await expect(menu.locator(".mx_UserMenu_contextMenu_userId", { hasText: user.userId })).toBeVisible();
|
||||
await expect(menu).toMatchScreenshot("user-menu.png");
|
||||
});
|
||||
});
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user