-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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] fix extension tests for Chrome #51016
base: master
Are you sure you want to change the base?
Conversation
69929e3
to
6aef13e
Compare
6aef13e
to
92cb2b8
Compare
Uh oh! Looks like an error!Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
if extension_data["id"] is None: | ||
assert isinstance(web_extension, str) | ||
else: | ||
assert web_extension == extension_data["id"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind creating a helper for it so that it can be shared with all the other tests doing the same assertion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be only used for the unpacked test. We could add a helper once there are more tests like this.
This PR relaxes the ID assertions for unpacked extensions allowing browsers that support dynamic IDs to still pass the tests.