[wdspec] Update invalid parsing tests for "performActions" based on BiDi tests
Categories
(Remote Protocol :: Marionette, task, P3)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned, Mentored)
References
Details
(Whiteboard: [lang=py])
On bug 1824227 I've added all the variants of parsing tests that could potentially fail for a call to input.performActions in WebDriver BiDi. Hereby the list of tests has been extended a bit compared to what we currently have for WebDriver classic. Also I've added some additional helpers to simplify the test creation.
With this bug we should bring the classic tests in-par with the BiDi tests again.
| Reporter | ||
Comment 1•2 years ago
|
||
The test file that needs to be updated is:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/classic/perform_actions/invalid.py
Here the file with all the current tests:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/bidi/input/perform_actions/invalid.py
To run the test the following command needs to be run when an artifact build is used:
mach wpt --webdriver-arg=-vv --webdriver-binary=target/debug/geckodriver testing/web-platform/tests/webdriver/tests/classic/perform_actions/invalid.py
Description
•