Hide mx_TopUnreadMessagesBar for now on Percy because flaky (#10453)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
t3chguy/dedup-icons-17oct
Suguru Hirahara 2023-03-27 20:51:50 +09:00 committed by GitHub
parent 63678603e0
commit cc0f38d5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -389,8 +389,11 @@ describe("Timeline", () => {
}); });
it("should render EventTiles on IRC, modern (group), and bubble layout", () => { it("should render EventTiles on IRC, modern (group), and bubble layout", () => {
// Exclude timestamp and read marker from snapshots const percyCSS =
const percyCSS = ".mx_MessageTimestamp, .mx_RoomView_myReadMarker { visibility: hidden !important; }"; // Hide because flaky - See https://github.com/vector-im/element-web/issues/24957
".mx_TopUnreadMessagesBar, " +
// Exclude timestamp and read marker from snapshots
".mx_MessageTimestamp, .mx_RoomView_myReadMarker { visibility: hidden !important; }";
sendEvent(roomId); sendEvent(roomId);
sendEvent(roomId); // check continuation sendEvent(roomId); // check continuation