feat: add collapsible pod stream sidebars

This commit is contained in:
Yahya Alhinai
2026-06-28 04:03:25 +00:00
parent 59f92f18df
commit 563bc6f8fd
2 changed files with 408 additions and 253 deletions
+2 -2
View File
@@ -262,8 +262,8 @@ try {
await podCard.getByPlaceholder('Your name').fill(verifyMember);
await podCard.getByRole('button', { name: 'Add and join' }).click();
await page.getByRole('button', { name: 'Share screen' }).waitFor({ timeout: 15_000 });
await page.getByText('My stream').waitFor({ timeout: 15_000 });
await page.getByText('Team stream').waitFor({ timeout: 15_000 });
await page.getByRole('heading', { name: 'My stream' }).waitFor({ timeout: 15_000 });
await page.getByRole('heading', { name: 'Team stream' }).waitFor({ timeout: 15_000 });
const joinedText = await page.locator('body').innerText();
const hasPodView =