Fix HTML export test (#12778)

* Fix HTML export test

The masked area changed width deending on the date.

* Mask off more

* Update screenshot
pull/28217/head
David Baker 2024-07-15 17:47:35 +01:00 committed by GitHub
parent b4ef5d3cc3
commit 7f959036af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ test.describe("HTML Export", () => {
await expect(page).toMatchScreenshot("html-export.png", { await expect(page).toMatchScreenshot("html-export.png", {
mask: [ mask: [
page.getByText("This is the start of export", { exact: false }), page.getByText("This is the start of export", { exact: false }),
page.locator(".mx_DateSeparator_dateHeading"), // We need to mask the whole thing because the width of the time part changes
page.locator(".mx_TimelineSeparator"),
page.locator(".mx_MessageTimestamp"), page.locator(".mx_MessageTimestamp"),
], ],
}); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB