Review (everything except translation feedback)

This commit is contained in:
Timo K
2026-05-18 14:31:03 +02:00
parent 88f660e43f
commit e22ab9355c
16 changed files with 170 additions and 727 deletions

View File

@@ -104,10 +104,10 @@ describe("createCallFooterViewModel", () => {
expect(vm.audioOptions$.value).toEqual([]);
expect(vm.videoOptions$.value).toEqual([]);
}
it("are empty when both the platform is iOS", () => {
it("are both empty when the platform is iOS", () => {
checkEmptyFor("ios", gridLayout);
});
it("are empty when both the layout is pip", () => {
it("are both empty when the layout is pip", () => {
checkEmptyFor("desktop", pipLayout);
});