Hide mx_TopUnreadMessagesBar for now on Percy because flaky (#10453)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
63678603e0
commit
cc0f38d5b4
1 changed files with 5 additions and 2 deletions
|
@ -389,8 +389,11 @@ describe("Timeline", () => {
|
|||
});
|
||||
|
||||
it("should render EventTiles on IRC, modern (group), and bubble layout", () => {
|
||||
// Exclude timestamp and read marker from snapshots
|
||||
const percyCSS = ".mx_MessageTimestamp, .mx_RoomView_myReadMarker { visibility: hidden !important; }";
|
||||
const percyCSS =
|
||||
// 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); // check continuation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue