Open
Bug 1507496
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 14073 - Allow `test_driver.bless` to work when running manually
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14073 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14073
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
> Allow `test_driver.bless` to work when running manually
>
> Tests using `test_driver.bless` now currently always fail when running
> them manually, because the default `test_driver_internal.click`
> rejects with "unimplemented".
>
> Mute the rejection if the session isn't controlled by WebDriver, which
> we check with `navigator.webdriver`.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•