Closed
Bug 1864871
Opened 1 year ago
Closed 1 year ago
[wdspec] Fix wheel.py::test_scroll_shadow_tree for: SyntaxError: Unexpected token '{'
Categories
(Remote Protocol :: WebDriver BiDi, defect, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m9], [wptsync upstream])
Attachments
(1 file)
Bug 1864871 - [wdspec] Fix wheel.py::test_scroll_shadow_tree for: SyntaxError: Unexpected token '{'.
48 bytes,
text/x-phabricator-request
|
Details | Review |
The specified test is always failing because of a broken syntax:
FAIL message: webdriver.bidi.modules.script.ScriptEvaluateResultException: SyntaxError: Unexpected token '{'
Given that we do not need the string formatting anymore we can replace {{
with {
, which will make that work.
Assignee | ||
Updated•1 year ago
|
Points: --- → 1
Whiteboard: [webdriver:m9]
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fcfa1e32bd6
[wdspec] Fix wheel.py::test_scroll_shadow_tree for: SyntaxError: Unexpected token '{'. r=webdriver-reviewers,jgraham
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/43184 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m9] → [webdriver:m9], [wptsync upstream]
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Comment 5•1 year ago
|
||
bugherder |
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•