Stabilise screenshot tests (#12835)
* Hide tooltips in screenshot tests by default Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Blank out dialog backgrounds by default Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Crop image-upload-preview screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Stabilise width of masked user is in user profile Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tidy Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/24763/head
|
@ -40,6 +40,6 @@ test.describe("Image Upload", () => {
|
||||||
|
|
||||||
await expect(page.getByRole("button", { name: "Upload" })).toBeEnabled();
|
await expect(page.getByRole("button", { name: "Upload" })).toBeEnabled();
|
||||||
await expect(page.getByRole("button", { name: "Close dialog" })).toBeEnabled();
|
await expect(page.getByRole("button", { name: "Close dialog" })).toBeEnabled();
|
||||||
await expect(page).toMatchScreenshot("image-upload-preview.png");
|
await expect(page.locator(".mx_Dialog")).toMatchScreenshot("image-upload-preview.png");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -37,7 +37,7 @@ test.describe("Registration", () => {
|
||||||
|
|
||||||
await expect(page.getByRole("textbox", { name: "Username", exact: true })).toBeVisible();
|
await expect(page.getByRole("textbox", { name: "Username", exact: true })).toBeVisible();
|
||||||
// Hide the server text as it contains the randomly allocated Homeserver port
|
// Hide the server text as it contains the randomly allocated Homeserver port
|
||||||
const screenshotOptions = { mask: [page.locator(".mx_ServerPicker_server")] };
|
const screenshotOptions = { mask: [page.locator(".mx_ServerPicker_server")], includeDialogBackground: true };
|
||||||
await expect(page).toMatchScreenshot("registration.png", screenshotOptions);
|
await expect(page).toMatchScreenshot("registration.png", screenshotOptions);
|
||||||
await checkA11y();
|
await checkA11y();
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ test.describe("Appearance user settings tab", () => {
|
||||||
// -4 value is 12px
|
// -4 value is 12px
|
||||||
await fontDropdown.getByLabel("Font size").selectOption({ value: "-4" });
|
await fontDropdown.getByLabel("Font size").selectOption({ value: "-4" });
|
||||||
|
|
||||||
await expect(page).toMatchScreenshot("window-12px.png");
|
await expect(page).toMatchScreenshot("window-12px.png", { includeDialogBackground: true });
|
||||||
});
|
});
|
||||||
|
|
||||||
test("should support enabling system font", async ({ page, app, user }) => {
|
test("should support enabling system font", async ({ page, app, user }) => {
|
||||||
|
|
|
@ -410,7 +410,6 @@ test.describe("Timeline", () => {
|
||||||
{
|
{
|
||||||
// Exclude timestamp from snapshot of mx_MainSplit
|
// Exclude timestamp from snapshot of mx_MainSplit
|
||||||
mask: [page.locator(".mx_MessageTimestamp")],
|
mask: [page.locator(".mx_MessageTimestamp")],
|
||||||
hideTooltips: true,
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -428,7 +427,6 @@ test.describe("Timeline", () => {
|
||||||
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-and-messages-irc-layout.png", {
|
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-and-messages-irc-layout.png", {
|
||||||
// Exclude timestamp from snapshot of mx_MainSplit
|
// Exclude timestamp from snapshot of mx_MainSplit
|
||||||
mask: [page.locator(".mx_MessageTimestamp")],
|
mask: [page.locator(".mx_MessageTimestamp")],
|
||||||
hideTooltips: true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 3. Alignment of expanded GELS and placeholder of deleted message
|
// 3. Alignment of expanded GELS and placeholder of deleted message
|
||||||
|
@ -449,7 +447,6 @@ test.describe("Timeline", () => {
|
||||||
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-redaction-placeholder.png", {
|
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-redaction-placeholder.png", {
|
||||||
// Exclude timestamp from snapshot of mx_MainSplit
|
// Exclude timestamp from snapshot of mx_MainSplit
|
||||||
mask: [page.locator(".mx_MessageTimestamp")],
|
mask: [page.locator(".mx_MessageTimestamp")],
|
||||||
hideTooltips: true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 4. Alignment of expanded GELS, placeholder of deleted message, and emote
|
// 4. Alignment of expanded GELS, placeholder of deleted message, and emote
|
||||||
|
@ -472,7 +469,6 @@ test.describe("Timeline", () => {
|
||||||
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-emote-irc-layout.png", {
|
await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-emote-irc-layout.png", {
|
||||||
// Exclude timestamp from snapshot of mx_MainSplit
|
// Exclude timestamp from snapshot of mx_MainSplit
|
||||||
mask: [page.locator(".mx_MessageTimestamp")],
|
mask: [page.locator(".mx_MessageTimestamp")],
|
||||||
hideTooltips: true,
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -485,7 +481,6 @@ test.describe("Timeline", () => {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
hideTooltips: true,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
await sendEvent(app.client, room.roomId);
|
await sendEvent(app.client, room.roomId);
|
||||||
|
@ -1108,7 +1103,6 @@ test.describe("Timeline", () => {
|
||||||
// Exclude timestamp and read marker from snapshot
|
// Exclude timestamp and read marker from snapshot
|
||||||
const screenshotOptions = {
|
const screenshotOptions = {
|
||||||
mask: [page.locator(".mx_MessageTimestamp")],
|
mask: [page.locator(".mx_MessageTimestamp")],
|
||||||
hideTooltips: true,
|
|
||||||
css: `
|
css: `
|
||||||
.mx_TopUnreadMessagesBar, .mx_MessagePanel_myReadMarker {
|
.mx_TopUnreadMessagesBar, .mx_MessagePanel_myReadMarker {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
|
@ -30,6 +30,12 @@ test.describe("UserView", () => {
|
||||||
await expect(rightPanel.getByText("1 session")).toBeVisible();
|
await expect(rightPanel.getByText("1 session")).toBeVisible();
|
||||||
await expect(rightPanel).toMatchScreenshot("user-info.png", {
|
await expect(rightPanel).toMatchScreenshot("user-info.png", {
|
||||||
mask: [page.locator(".mx_UserInfo_profile_mxid")],
|
mask: [page.locator(".mx_UserInfo_profile_mxid")],
|
||||||
|
css: `
|
||||||
|
/* Use monospace font for consistent mask width */
|
||||||
|
.mx_UserInfo_profile_mxid {
|
||||||
|
font-family: Inconsolata !important;
|
||||||
|
}
|
||||||
|
`,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -313,8 +313,8 @@ export const expect = baseExpect.extend({
|
||||||
name: `${string}.png`,
|
name: `${string}.png`,
|
||||||
options?: {
|
options?: {
|
||||||
mask?: Array<Locator>;
|
mask?: Array<Locator>;
|
||||||
omitBackground?: boolean;
|
includeDialogBackground?: boolean;
|
||||||
hideTooltips?: boolean;
|
showTooltips?: boolean;
|
||||||
timeout?: number;
|
timeout?: number;
|
||||||
css?: string;
|
css?: string;
|
||||||
},
|
},
|
||||||
|
@ -324,45 +324,57 @@ export const expect = baseExpect.extend({
|
||||||
|
|
||||||
const page = "page" in receiver ? receiver.page() : receiver;
|
const page = "page" in receiver ? receiver.page() : receiver;
|
||||||
|
|
||||||
let hideTooltipsCss: string | undefined;
|
let css = `
|
||||||
if (options?.hideTooltips) {
|
.mx_MessagePanel_myReadMarker {
|
||||||
hideTooltipsCss = `
|
display: none !important;
|
||||||
|
}
|
||||||
|
.mx_RoomView_MessageList {
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
.mx_DisambiguatedProfile_displayName {
|
||||||
|
color: var(--cpd-color-blue-1200) !important;
|
||||||
|
}
|
||||||
|
.mx_BaseAvatar {
|
||||||
|
background-color: var(--cpd-color-fuchsia-1200) !important;
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
.mx_ReplyChain {
|
||||||
|
border-left-color: var(--cpd-color-blue-1200) !important;
|
||||||
|
}
|
||||||
|
/* Avoid flakiness from hover styling */
|
||||||
|
.mx_ReplyChain_show {
|
||||||
|
color: var(--cpd-color-text-secondary) !important;
|
||||||
|
}
|
||||||
|
/* Use monospace font for timestamp for consistent mask width */
|
||||||
|
.mx_MessageTimestamp {
|
||||||
|
font-family: Inconsolata !important;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|
||||||
|
if (!options?.showTooltips) {
|
||||||
|
css += `
|
||||||
.mx_Tooltip_visible {
|
.mx_Tooltip_visible {
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!options?.includeDialogBackground) {
|
||||||
|
css += `
|
||||||
|
/* Make the dialog backdrop solid so any dialog screenshots don't show any components behind them */
|
||||||
|
.mx_Dialog_background {
|
||||||
|
background-color: #030c1b !important;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (options?.css) {
|
||||||
|
css += options.css;
|
||||||
|
}
|
||||||
|
|
||||||
// We add a custom style tag before taking screenshots
|
// We add a custom style tag before taking screenshots
|
||||||
const style = (await page.addStyleTag({
|
const style = (await page.addStyleTag({
|
||||||
content: `
|
content: css,
|
||||||
.mx_MessagePanel_myReadMarker {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
.mx_RoomView_MessageList {
|
|
||||||
height: auto !important;
|
|
||||||
}
|
|
||||||
.mx_DisambiguatedProfile_displayName {
|
|
||||||
color: var(--cpd-color-blue-1200) !important;
|
|
||||||
}
|
|
||||||
.mx_BaseAvatar {
|
|
||||||
background-color: var(--cpd-color-fuchsia-1200) !important;
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
.mx_ReplyChain {
|
|
||||||
border-left-color: var(--cpd-color-blue-1200) !important;
|
|
||||||
}
|
|
||||||
/* Avoid flakiness from hover styling */
|
|
||||||
.mx_ReplyChain_show {
|
|
||||||
color: var(--cpd-color-text-secondary) !important;
|
|
||||||
}
|
|
||||||
/* Use monospace font for timestamp for consistent mask width */
|
|
||||||
.mx_MessageTimestamp {
|
|
||||||
font-family: Inconsolata !important;
|
|
||||||
}
|
|
||||||
${hideTooltipsCss ?? ""}
|
|
||||||
${options?.css ?? ""}
|
|
||||||
`,
|
|
||||||
})) as ElementHandle<Element>;
|
})) as ElementHandle<Element>;
|
||||||
|
|
||||||
const screenshotName = sanitizeFilePathBeforeExtension(name);
|
const screenshotName = sanitizeFilePathBeforeExtension(name);
|
||||||
|
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 975 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |