"input.setFiles" needs to take the full file path into account and not only the filename
Categories
(Remote Protocol :: WebDriver BiDi, defect)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 50177 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /webdriver/tests/bidi/input/set_files/files.py [wpt.fyi]
- test_set_files_twice_same_in_different_folders:
FAIL
(Chrome:PASS
)
- test_set_files_twice_same_in_different_folders:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1942644 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•23 days ago
|
||
This happens because at the moment we only know the actual filename of the file but cannot retrieve the full path of files that were previously set in another call to input.setFiles
.
Comment 2•16 days ago
|
||
I think after the bug 1883856 is implemented, we should not require anymore to take the filename into account at all (and it should make this test obsolete).
Updated•16 days ago
|
Description
•