This commit is contained in:
R Midhun Suresh
2025-02-25 15:05:56 +05:30
parent c42d02c631
commit 57f32fc2be
2 changed files with 52 additions and 1 deletions

View File

@@ -78,4 +78,3 @@ export default class RoomListStoreV3 {
return this.internalInstance;
}
}

View File

@@ -21,6 +21,32 @@ exports[`<RoomListView /> should not render the RoomListSearch component when UI
</h1>
</div>
</header>
<div
style="overflow: visible; height: 0px; width: 0px;"
>
<div
aria-label="grid"
aria-readonly="true"
class="ReactVirtualized__Grid ReactVirtualized__List"
role="grid"
style="box-sizing: border-box; direction: ltr; height: 0px; position: relative; width: 0px; will-change: transform; overflow-x: hidden; overflow-y: hidden;"
tabindex="0"
/>
</div>
<div
class="resize-triggers"
>
<div
class="expand-trigger"
>
<div
style="width: 1px; height: 1px;"
/>
</div>
<div
class="contract-trigger"
/>
</div>
</section>
</DocumentFragment>
`;
@@ -137,6 +163,32 @@ exports[`<RoomListView /> should render the RoomListSearch component when UIComp
</div>
</button>
</header>
<div
style="overflow: visible; height: 0px; width: 0px;"
>
<div
aria-label="grid"
aria-readonly="true"
class="ReactVirtualized__Grid ReactVirtualized__List"
role="grid"
style="box-sizing: border-box; direction: ltr; height: 0px; position: relative; width: 0px; will-change: transform; overflow-x: hidden; overflow-y: hidden;"
tabindex="0"
/>
</div>
<div
class="resize-triggers"
>
<div
class="expand-trigger"
>
<div
style="width: 1px; height: 1px;"
/>
</div>
<div
class="contract-trigger"
/>
</div>
</section>
</DocumentFragment>
`;