Bug 183451 - WebDriver: imported/w3c/webdriver/tests/interaction/element_clear.py::test_closed_context doesn't work well
Summary: WebDriver: imported/w3c/webdriver/tests/interaction/element_clear.py::test_cl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 183452
Blocks:
  Show dependency treegraph
 
Reported: 2018-03-08 06:28 PST by Ms2ger (he/him; ⌚ UTC+1/+2)
Modified: 2020-01-08 03:16 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ms2ger (he/him; ⌚ UTC+1/+2) 2018-03-08 06:28:11 PST
If it's expected to fail, it passes; if it's expected to pass, it fails.
Comment 1 Carlos Garcia Campos 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.
Comment 2 Carlos Garcia Campos 2020-01-08 03:16:09 PST
This is passing now since r253029.