Closed
Bug 1210047
Opened 10 years ago
Closed 10 years ago
test_system_notification_bar.py : TimeoutException: TimeoutException: Timed out after 10.1 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Assigned: jlorenzo)
References
Details
Attachments
(1 file)
Description: Test case fails with "TimeoutException"
Steps:
1. Update a flame device to 20150930030225
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_system_notification_bar.py
Actual result:
"TimeoutException"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/262/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-0.17-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_system_notification_bar.py", line 30, in test_notification_bar
utility_tray.wait_for_notification_container_displayed()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/system/regions/utility_tray.py", line 26, in wait_for_notification_container_displayed
Wait(self.marionette).until(lambda m: grippy.location['y'] == utility_tray.size['height'])
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.13-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.1 seconds
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jlorenzo
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8668474 [details] [review]
[gaia] JohanLorenzo:bug-1210047 > mozilla-b2g:master
I updated the locator, used .rect(), and put the wait of the end of the drop down in the page class itself.
Attachment #8668474 -
Flags: review?(martijn.martijn)
Attachment #8668474 -
Flags: review?(jdorlus)
Comment 5•10 years ago
|
||
Comment on attachment 8668474 [details] [review]
[gaia] JohanLorenzo:bug-1210047 > mozilla-b2g:master
I haven't tested anything with this pull request, but it all looks good to me.
Btw, it seems to me that tap_settings_button could return the Settings app (displayed and all).
Attachment #8668474 -
Flags: review?(martijn.martijn) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8668474 [details] [review]
[gaia] JohanLorenzo:bug-1210047 > mozilla-b2g:master
WFM and LGTM
Attachment #8668474 -
Flags: review?(jdorlus) → review+
| Assignee | ||
Comment 7•10 years ago
|
||
Merged in master at https://github.com/mozilla-b2g/gaia/commit/20ce30b5949c1cb3094b6c03e59d5c1fb9b69ed6
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
•