Closed
Bug 1003688
Opened 11 years ago
Closed 9 years ago
Test failure: test_should_not_scroll_if_already_scrolled_and_element_is_in_view
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: akruglov, Unassigned)
Details
(Keywords: pi-marionette-server, pi-marionette-userinput, Whiteboard: [webdriver-compat])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36
Steps to reproduce:
This is failure from marionette unit tests.
Traceback (most recent call last):
File "/Users/sashakruglov/Git/gecko-dev/testing/marionette/client/marionette/marionette_test.py", line 163, in run
testMethod()
File "/Users/sashakruglov/Git/gecko-dev/testing/marionette/client/marionette/tests/unit/test_click_scrolling.py", line 69, in test_should_not_scroll_if_already_scrolled_and_element_is_in_view
self.assertEqual(scroll_top, self.marionette.execute_script("return document.body.scrollTop;"))
TEST-UNEXPECTED-FAIL | test_click_scrolling.py test_click_scrolling.TestClickScrolling.test_should_not_scroll_if_already_scrolled_and_element_is_in_view | AssertionError: 2497 != 2575
Updated•11 years ago
|
Component: General → Marionette
Whiteboard: [webdriver-compat]
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e079016796cc75f450cdfddf4409c4a69bdfd710
Bug 1003688: Reenable Marionette scrolling test; r=me
Comment 2•9 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•