Closed Bug 912873 Opened 11 years ago Closed 6 years ago

[marionette-js-runner] After we tap a displayed element, it showed the "ElementNotVisible" error.

Categories

(Testing Graveyard :: JSMarionette, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: evanxd, Unassigned)

References

Details

After we execute the below script,

this.client.helper.
  waitForElement(Selector.accountListButton).
  tap();

there is a "ElementNotVisible" error happened.

The error message is like below:
ElementNotVisible: (11) Element is not currently visible and may not be manipulated

The element is already displayed, but it just show "ElementNotVisible" message.
There are something wrong here.
The issue is just happened here https://github.com/jrburke/gaia/pull/1/files#L0R97.
Depends on: 865232
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.