activate click tests
This commit is contained in:
@@ -58,11 +58,10 @@ widgetTest("Footer interaction in PiP", async ({ addUser, browserName }) => {
|
|||||||
await expect(videoMuteButton).toBeVisible();
|
await expect(videoMuteButton).toBeVisible();
|
||||||
await expect(audioMuteButton).toBeVisible();
|
await expect(audioMuteButton).toBeVisible();
|
||||||
|
|
||||||
// TODO once we have the EW version that supports the interactive pip element we can activate those checks
|
await videoMuteButton.click();
|
||||||
// await videoMuteButton.click();
|
await audioMuteButton.click();
|
||||||
// await audioMuteButton.click();
|
|
||||||
|
|
||||||
// await expect(videoMuteButton).toHaveCSS("disabled", "true");
|
await expect(videoMuteButton).toHaveCSS("disabled", "true");
|
||||||
// await expect(audioMuteButton).toHaveCSS("disabled", "true");
|
await expect(audioMuteButton).toHaveCSS("disabled", "true");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user