fix playwright test

This commit is contained in:
Timo K
2025-11-27 18:02:46 +01:00
parent 46f8fe4ec7
commit c0913b6546
3 changed files with 11 additions and 3 deletions

View File

@@ -483,4 +483,5 @@ describe("LocalMembership", () => {
expect(publishers[0].stopPublishing).toHaveBeenCalled();
expect(publishers[0].stopTracks).toHaveBeenCalled();
});
// TODO add tests for matrix local matrix participation.
});