Page MenuHomePhabricator

Bug 1894217 - [wdspec] Add more tests for "userContext" argument in "permissions.setPermission" command.
ClosedPublic

Authored by Sasha on May 14 2024, 12:22 PM.
Referenced Files
Unknown Object (File)
Tue, May 5, 3:52 PM
Unknown Object (File)
Sun, Apr 26, 6:11 AM
Unknown Object (File)
Tue, Apr 21, 12:27 PM
Unknown Object (File)
Tue, Apr 21, 4:54 AM
Unknown Object (File)
Tue, Apr 21, 12:11 AM
Unknown Object (File)
Mon, Apr 20, 10:41 AM
Unknown Object (File)
Mon, Apr 20, 2:05 AM
Unknown Object (File)
Jan 12 2026, 7:37 PM

Diff Detail

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
whimboo added a project: testing-approved.
whimboo added a subscriber: whimboo.

Thanks! We should have a good test coverage for user contexts now. Please take a look at the nit before landing.

testing/web-platform/tests/webdriver/tests/bidi/external/permissions/set_permission/user_context.py
12

nitpick: Maybe you could move this test up so that it's close to the other set permission tests and reset permission is not in the middle?

This revision is now accepted and ready to land.May 15 2024, 8:27 AM
Sasha marked an inline comment as done.
testing/web-platform/tests/webdriver/tests/bidi/external/permissions/set_permission/user_context.py
12

sure, updated