RESOLVED FIXED 183451
WebDriver: imported/w3c/webdriver/tests/interaction/element_clear.py::test_closed_context doesn't work well
https://bugs.webkit.org/show_bug.cgi?id=183451
Summary WebDriver: imported/w3c/webdriver/tests/interaction/element_clear.py::test_cl...
Ms2ger (he/him; ⌚ UTC+1/+2)
Reported 2018-03-08 06:28:11 PST
If it's expected to fail, it passes; if it's expected to pass, it fails.
Attachments
Carlos Garcia Campos
Comment 1 2018-03-08 23:18:52 PST
The problem is that the test itself passes but then the test harness fails after the test. So, pytest reports PASS, and then ERROR. We don't handle that case correctly in the test runner. In any case, all element_clear tests are failing so this one is also expected to fail.
Carlos Garcia Campos
Comment 2 2020-01-08 03:16:09 PST
This is passing now since r253029.
Note You need to log in before you can comment on or make changes to this bug.