WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
182331
WebDriver: tests in imported/w3c/webdriver/tests/element_send_keys/form_controls.py fail since added
https://bugs.webkit.org/show_bug.cgi?id=182331
Summary
WebDriver: tests in imported/w3c/webdriver/tests/element_send_keys/form_contr...
Carlos Garcia Campos
Reported
2018-01-31 05:03:59 PST
Similar bt in all the cases: WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_input FAILED WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_textarea FAILED WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_input_append FAILED WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_textarea_append FAILED WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_events[input] FAILED WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_events[textarea] FAILED _________________________________________________________________________________________ test_input _________________________________________________________________________________________ session = <webdriver.client.Session object at 0x7fc628a01050> def test_input(session): session.url = inline("<input>") element = session.find.css("input", all=False) assert element.property("value") == "" element_send_keys(session, element, "foo")
> assert element.property("value") == "foo"
E AssertionError: assert '' == 'foo' E + foo element = <webdriver.client.Element object at 0x7fc628a01350> session = <webdriver.client.Session object at 0x7fc628a01050> WebDriverTests/imported/w3c/webdriver/tests/element_send_keys/form_controls.py:36: AssertionError
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2018-11-02 22:30:43 PDT
These three are all consistently passing now: imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_input imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_textarea imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_textarea_append
Diego Pino
Comment 2
2020-04-10 06:14:17 PDT
After
https://trac.webkit.org/changeset/259791/webkit
, there's only one test failing now: imported/w3c/webdriver/tests/element_send_keys/form_controls.py::test_input_append
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug