Closed Bug 914661 Opened 11 years ago Closed 10 years ago

Marionette still interacting with elements hidden/not visible

Categories

(Remote Protocol :: Marionette, defect)

Other
Gonk (Firefox OS)
defect
Not set
major

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: zcampbell, Unassigned)

Details

(Keywords: pi-marionette-displayed, Whiteboard: [displayed])

There is currently a bug in the Settings app that causes a screen to be blank. (not sure if it is blank or obscured by a clear element.


Using this build:
https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/nightly/mozilla-central-unagi-eng/2013/09/2013-09-10-04-02-01/

Test case:
    def test_settings_app_vis(self):
        self.apps.launch("Settings")

        self.marionette.find_element('id', 'menuItem-appPermissions').tap()
        time.sleep(2)

        self.marionette.find_element('xpath', "//section[@id='appPermissions']//li[a[text()='Homescreen']]").tap()
        time.sleep(2)

        element = self.marionette.find_element("xpath", "//section[@id='appPermissions-details']//li[span[text()='Geolocation']]")

        print element.is_displayed()
        print element.size
        print element.location
The bug in the app reported is this:
https://bugzilla.mozilla.org/show_bug.cgi?id=914091

After it is resolved we may not be able to replicate the TC anymore.
Whiteboard: [displayed]
this would be next to impossible to replicate now.

Will raise a fresh bug if we see it again.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.