Closed
Bug 1097591
Opened 11 years ago
Closed 11 years ago
NoSuchElement: (7) Unable to locate element: iframe[src*="verticalhome.gaiamobile.org"]
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
(Whiteboard: [systemsfe])
Attachments
(2 files)
This error comes up quite frequently when running tests on taskcluster. Fixing it would make things green much more often. It looks like it may just not be waiting for the home screen?
NoSuchElement: (7) Unable to locate element: iframe[src*="verticalhome.gaiamobile.org"]
Remote Stack:
<none>
at Error.MarionetteError (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/error.js:67:13)
at Object.Client._handleCallback (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:476:19)
at /home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:510:21
at TcpSync.send (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/drivers/tcp-sync.js:153:10)
at Object.send (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:457:36)
at Object.Client._sendCommand (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:503:19)
at Object._findElement (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:1303:19)
at Object.findElement (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:1352:32)
at /home/tester/git_checkout/node_modules/marionette-apps/lib/launch.js:54:21
at modifiedTest (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:646:22)
at Object.Client.waitForSync (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:671:9)
at Object.Client.waitFor (/home/tester/git_checkout/node_modules/marionette-client/lib/marionette/client.js:650:60)
at launch (/home/tester/git_checkout/node_modules/marionette-apps/lib/launch.js:53:10)
| Assignee | ||
Comment 1•11 years ago
|
||
James - do you think this could help?
Attachment #8521342 -
Flags: review?(jlal)
Comment 2•11 years ago
|
||
Comment on attachment 8521342 [details] [review]
Pull request - add try/catch in in marionette-apps when looking for home screen frame
https://github.com/mozilla-b2g/gaia/commit/4fbe130079af1f0498a9d471b34d9e52c32634e2
In gaia
Attachment #8521342 -
Flags: review?(jlal) → review+
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•11 years ago
|
||
Hmm, not sure what happened with the version bump, but it seems it may have been invalid. Pushing changes to gaia-node-modules and will re-open a PR for gaia master.
https://github.com/mozilla-b2g/gaia-node-modules/commit/1a49c60275d85f2e6bb0a29b62704f615483e31a
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kgrandon
Whiteboard: [systemsfe]
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
And there's the pull request to bump gaia_node_modules.revision in gaia. Let's see what it does.
| Assignee | ||
Comment 6•11 years ago
|
||
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•