Closed Bug 875478 Opened 11 years ago Closed 11 years ago

marionette.tap(el) works but el.tap() does not the "delete alarm" button in clock app

Categories

(Remote Protocol :: Marionette, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bsilverberg, Unassigned)

References

Details

When trying to click on the delete alarm button [1] in the clock app, when using el.tap() marionette reports an ElementNotVisibleException. This is not the case when using marionette.tap(el) on the same element. As well, el.is_displayed() returns True. The test for this is at [2].

[1] https://github.com/mozilla-b2g/gaia/blob/v1.0.1/apps/clock/index.html#L152
[2] https://github.com/mozilla/gaia-ui-tests/blob/v1.0.1/gaiatest/tests/clock/test_clock_delete_alarm.py
No longer depends on: 875474
Blocks: 876695
No longer blocks: 876695
This works now -> Resolved.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Blocks: 869034
No longer depends on: 869034
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.