mirror of https://github.com/vector-im/riot-web
Hide mx_TopUnreadMessagesBar for now on Percy because flaky (#10453)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>t3chguy/dedup-icons-17oct
parent
63678603e0
commit
cc0f38d5b4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue