Skip to content

Comments

playwright: Test call running without some permissions#3696

Open
BillCarsonFr wants to merge 2 commits intolivekitfrom
valere/playwright/perm_tests
Open

playwright: Test call running without some permissions#3696
BillCarsonFr wants to merge 2 commits intolivekitfrom
valere/playwright/perm_tests

Conversation

@BillCarsonFr
Copy link
Member

Follow up on #3688

Finally found a way to simulate permissions beeing denied, by simply mocking some browser API

Before the 3688 these test were failing the call with an unknown call error. We test that it is not doing that and that the call can continue

@BillCarsonFr BillCarsonFr requested a review from a team as a code owner January 21, 2026 08:27
@BillCarsonFr BillCarsonFr added the PR-Task Release note category. A PR that is hidden from release note. label Jan 21, 2026

mediaErrors$.pipe(scope.bind()).subscribe((error) => {
if (error) {
// setMatrixError(new UnknownCallError(error));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like an artifact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Task Release note category. A PR that is hidden from release note.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants