mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
update orphan room behaviour test to expect new home space behaviour
This commit is contained in:
parent
57be074811
commit
9d9dce7a91
@ -361,8 +361,8 @@ describe("SpaceStore", () => {
|
||||
expect(store.getSpaceFilteredRoomIds(null).has(invite2)).toBeTruthy();
|
||||
});
|
||||
|
||||
it("home space does not contain rooms/low priority from rooms within spaces", () => {
|
||||
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeFalsy();
|
||||
it("home space does contain rooms/low priority even if they are also shown in a space", () => {
|
||||
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeTruthy();
|
||||
});
|
||||
|
||||
it("space contains child rooms", () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user