Hide tooltip when taking screenshot (#12807)
parent
ae18bb9ba4
commit
f17d14bdab
|
@ -1108,6 +1108,7 @@ test.describe("Timeline", () => {
|
|||
// Exclude timestamp and read marker from snapshot
|
||||
const screenshotOptions = {
|
||||
mask: [page.locator(".mx_MessageTimestamp")],
|
||||
hideTooltips: true,
|
||||
css: `
|
||||
.mx_TopUnreadMessagesBar, .mx_MessagePanel_myReadMarker {
|
||||
display: none !important;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 94 KiB |
Loading…
Reference in New Issue