-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wdspec] Add tests for permissions #43802
Conversation
b0fcf99
to
6239b77
Compare
6239b77
to
68376e3
Compare
68376e3
to
8cf6d69
Compare
6c93cf3
to
a4a891b
Compare
f0de762
to
8a459d4
Compare
8a459d4
to
0b8518f
Compare
webdriver/tests/bidi/permissions/set_permission/set_permission.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com>
Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com>
Spec: https://www.w3.org/TR/permissions/#automation-webdriver-bidi Tests: web-platform-tests/wpt#43802 --------- Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com>
@OrKoN we do not have specs for this in BiDi so the tests should not have landed as is but marked with the |
@whimboo the spec is here https://www.w3.org/TR/permissions/#automation-webdriver-bidi (same as webdriver/tests/classic/permissions/set.py) |
Please note that you are adding a |
I don't think they need to be marked tentative, but I wonder if we should have a directory like |
I think moving to the |
* [wdspec] Add tests for permissions * Add undefined tests * add tests * Update webdriver/tests/bidi/permissions/set_permission/set_permission.py Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> * Update webdriver/tests/bidi/permissions/set_permission/set_permission.py Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> --------- Co-authored-by: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com>
Spec: https://www.w3.org/TR/permissions/#automation-webdriver-bidi
Implementation chromium-bidi: GoogleChromeLabs/chromium-bidi#1645
Closes #43305