Closed
Bug 1829950
Opened 2 years ago
Closed 2 years ago
Add pauses to ensure event sequence in test_modifier_click
Categories
(Remote Protocol :: Agent, task, P1)
Remote Protocol
Agent
Tracking
(firefox115 fixed)
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m7], [wptsync upstream])
Attachments
(1 file)
See discussion at https://phabricator.services.mozilla.com/D175869#inline-976104
First we might want to add some pauses in the test_modifier_click wdspec test as well as in its bidi counterpart to make sure that key events happen before/after .
Then there is a question about input sources for an actions sequence. Should we force all input sources to provide the same number of actions?
The BiDi performActions helper adds pauses to enforce this at https://searchfox.org/mozilla-central/source/testing/web-platform/tests/tools/webdriver/webdriver/bidi/modules/input.py#227-230 but Classic does not.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Points: --- → 1
Priority: -- → P1
Whiteboard: [webdriver:m7]
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d54796666db
[wdspec] Add pauses in pointer_modifier tests to ensure event sequence r=webdriver-reviewers,jgraham
Failed to create upstream wpt PR due to merge conflicts. This requires fixup from a wpt sync admin.
Whiteboard: [webdriver:m7] → [webdriver:m7], [wptsync upstream error]
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Comment 5•2 years ago
|
||
James, the upstream PR was never created. Can you please have a look?
Flags: needinfo?(james)
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/40446 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m7], [wptsync upstream error] → [webdriver:m7], [wptsync upstream]
Updated•2 years ago
|
Flags: needinfo?(james)
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•