Skip to content

Commit 5563cfa

Browse files
committed
activate click tests for pip buttons
1 parent 1e400bc commit 5563cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playwright/widget/pip-call-button-interaction.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ widgetTest("Footer interaction in PiP", async ({ addUser, browserName }) => {
5959
await expect(audioMuteButton).toBeVisible();
6060

6161
// TODO once we have the EW version that supports the interactive pip element we can activate those checks
62-
// await videoMuteButton.click();
63-
// await audioMuteButton.click();
62+
await videoMuteButton.click();
63+
await audioMuteButton.click();
6464

65-
// await expect(videoMuteButton).toHaveCSS("disabled", "true");
66-
// await expect(audioMuteButton).toHaveCSS("disabled", "true");
65+
await expect(videoMuteButton).toHaveCSS("disabled", "true");
66+
await expect(audioMuteButton).toHaveCSS("disabled", "true");
6767
}
6868
});

0 commit comments

Comments
 (0)