Open
Bug 1762069
Opened 3 years ago
Updated 1 year ago
Intermittent Android /webdriver/tests/element_click/center_point.py | <random> - assert (<x>, <y>) == (<x>, <y>)
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox-esr102 disabled, firefox116 disabled, firefox117 disabled, firefox118 disabled)
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, test-disabled)
For the upcoming wdspec tests for Android all the tests in the given test module are failing because the pixels are one value off:
https://treeherder.mozilla.org/logviewer?job_id=372683561&repo=try&lineNumber=11626
12:31:15 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/element_click/center_point.py | test_entirely_in_view - assert (149, 149) == (150, 150)
11658 12:31:15 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/element_click/center_point.py | test_css_pixel_rounding[6] - assert (2, 2) == (3, 3)
11689 12:31:15 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/element_click/center_point.py | test_css_pixel_rounding[7] - assert (2, 2) == (3, 3)
Maybe it's a problem with rounding?
For now these tests will be marked as expected to fail via the patch on bug 1749444.
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
status-firefox116:
--- → disabled
status-firefox117:
--- → disabled
status-firefox118:
--- → disabled
status-firefox-esr102:
--- → disabled
Keywords: test-disabled
You need to log in
before you can comment on or make changes to this bug.
Description
•