Open
Bug 1762119
Opened 3 years ago
Updated 1 year ago
Intermittent Android /webdriver/tests/perform_actions/pointer.py | test_drag_and_drop[<random>] - assert x == y
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox105 disabled)
NEW
Tracking | Status | |
---|---|---|
firefox105 | --- | disabled |
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, leave-open, test-disabled)
With the upcoming support for wdspec tests on Android the following tests fail because of some weirdness with mouse clicks.
https://treeherder.mozilla.org/logviewer?job_id=372683561&repo=try&lineNumber=93773
[task 2022-03-29T12:43:50.754Z] 12:43:50 INFO - final_rect = drag_target.rect
[task 2022-03-29T12:43:50.754Z] 12:43:50 INFO - > assert initial_rect["x"] + dx == final_rect["x"]
[task 2022-03-29T12:43:50.754Z] 12:43:50 INFO - E assert 65.0 == 66.0
[task 2022-03-29T12:43:50.754Z] 12:43:50 INFO - E +65.0
[task 2022-03-29T12:43:50.754Z] 12:43:50 INFO - E -66.0
Most likely this is related to some rounding issues for the mouse clicks. Might be similar to bug 1762069.
Reporter | ||
Updated•2 years ago
|
status-firefox105:
--- → disabled
Keywords: leave-open
Comment 1•2 years ago
|
||
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
Reporter | ||
Updated•1 year ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•