mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Webdriver: Allow error when selecting file at ElementSendKeys (#38158)
Based on [spec](https://w3c.github.io/webdriver/#element-send-keys), > 5. Verify that each file given by the user exists. If any do not, return [error](https://w3c.github.io/webdriver/#dfn-error) with [error code](https://w3c.github.io/webdriver/#dfn-error-code) [invalid argument](https://w3c.github.io/webdriver/#dfn-invalid-argument). --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
a91625a332
commit
39144bb013
3 changed files with 29 additions and 25 deletions
|
@ -1,10 +1,4 @@
|
|||
[file_upload.py]
|
||||
[test_empty_text]
|
||||
expected: FAIL
|
||||
|
||||
[test_multiple_files_last_path_not_found]
|
||||
expected: FAIL
|
||||
|
||||
[test_multiple_files_send_twice]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue