Closed
Bug 1159787
Opened 10 years ago
Closed 10 years ago
test_marketplace_packaged_app.py: " TimeoutException: TimeoutException: Timed out after 20.1 seconds "
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: onelson, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
Description:
When test_marketplace_packaged_app performs, the test will fail to locate the search bar and time out at the root of marketplace.
* http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.smoke/195/
* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk.ui.adhoc/813/HTML_Report/
Repro Steps:
1) Update phone to 20150429010205
2) Open Marketplace
3) Tap Search bar
4) Search for packaged apps
5) Download and install app
6) Tap and play app
Actual:
Test fails before searching; cannot locate search bar
Expected:
Test succesfully searches for and finds app, installs and plays
Traceback (most recent call last):
File "/var/jenkins/1/workspace/flame-kk.ui.adhoc/.env/local/lib/python2.7/site-packages/marionette_client-0.11-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/jenkins/1/workspace/flame-kk.ui.adhoc/tests/python/gaia-ui-tests/gaiatest/tests/functional/marketplace/test_marketplace_packaged_app.py", line 27, in test_search_and_install_app
marketplace.search(self.app_search)
File "/var/jenkins/1/workspace/flame-kk.ui.adhoc/tests/python/gaia-ui-tests/gaiatest/apps/marketplace/app.py", line 49, in search
Wait(self.marionette).until(expected.element_displayed(search_box))
File "/var/jenkins/1/workspace/flame-kk.ui.adhoc/.env/local/lib/python2.7/site-packages/marionette_driver-0.4-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 20.2 seconds
Environmental Variables:
Device firmware (base) L1TC100118D0
Device firmware (date) 29 Apr 2015 08:38:48
Device firmware (incremental) eng.cltbld.20150429.043837
Device firmware (release) 4.4.2
Device identifier flame
Device memory 219772 kB
Device serial e47cd897
Device uptime 0 days 0 hours 2 minutes 10 seconds
Gaia date 28 Apr 2015 16:06:07
Gaia revision 6e35b0948c42
Gecko build 20150429010205
Gecko revision 1ad65cbeb2f4
Gecko version 40.0a1
Reproducible manually: No
Repro frequency in test: 6/6 failing, test does not find app
| Reporter | ||
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?][fxosqa-auto-backlog?]
Flags: needinfo?(pbylenga)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → martijn.martijn
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?][fxosqa-auto-backlog?] → [QAnalyst-Triage+][fxosqa-auto-backlog?]
Flags: needinfo?(pbylenga)
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8599868 [details] [review]
[gaia] mwargers:1159787 > mozilla-b2g:master
The marketplace website changed again, this fixes the test failure. Tested it on desktop and on device.
Attachment #8599868 -
Flags: review?(npark)
Attachment #8599868 -
Flags: review?(jlorenzo)
Updated•10 years ago
|
Attachment #8599868 -
Flags: review?(npark) → review+
Updated•10 years ago
|
Attachment #8599868 -
Flags: review?(jlorenzo) → review+
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/759a1f935a6a81c32ad66e39a6353b334dfa4f91
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•