Closed Bug 1003682 Opened 10 years ago Closed 9 years ago

Marionette cant click on element hidden by overflow

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1200197

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's unit test.

Tests will be added to marionette client repo in 
https://bugzilla.mozilla.org/show_bug.cgi?id=834502

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 50, in test_should_be_able_to_click_on_an_element_hidden_by_overflow
    self.assertEqual("line8", self.marionette.find_element(By.ID, "clicked").text)
TEST-UNEXPECTED-FAIL | test_click_scrolling.py test_click_scrolling.TestClickScrolling.test_should_be_able_to_click_on_an_element_hidden_by_overflow | AssertionError: 'line8' != u''



Actual results:

Element is not clicked.


Expected results:

Element should be clicked.
Whiteboard: [webdriver-compat]
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.