Closed
Bug 912873
Opened 12 years ago
Closed 8 years ago
[marionette-js-runner] After we tap a displayed element, it showed the "ElementNotVisible" error.
Categories
(Testing Graveyard :: JSMarionette, defect)
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.
| Reporter | ||
Comment 1•12 years ago
|
||
The issue is just happened here https://github.com/jrburke/gaia/pull/1/files#L0R97.
Comment 2•8 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•