Closed
Bug 1274348
Opened 9 years ago
Closed 9 years ago
Intermittent error | test_notifications.py TestNotifications.test_open_close_notification, test_notifications.py TestNotifications.test_notification_with_origin | TimeoutException: Timed out after 5.0 seconds with message: Unexpected notification shown
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
mozilla49
People
(Reporter: whimboo, Assigned: davehunt)
References
()
Details
(Keywords: intermittent-failure)
06:23:15 INFO - 1463664195975 addons.xpi WARN Download of http://127.0.0.1:49778/addons/extensions/restartless_addon_unsigned.xpi failed: signature is required but missing
06:23:21 INFO - TEST-UNEXPECTED-ERROR | test_notifications.py TestNotifications.test_open_close_notification | TimeoutException: TimeoutException: Timed out after 5.0 seconds with message: Unexpected notification shown.
06:23:21 INFO - Traceback (most recent call last):
06:23:21 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette\marionette_test.py", line 344, in run
06:23:21 INFO - testMethod()
06:23:21 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\tests\firefox-ui\tests\puppeteer\test_notifications.py", line 37, in test_open_close_notification
06:23:21 INFO - self.browser.notification.close()
06:23:21 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\firefox_puppeteer\ui\browser\notifications.py", line 54, in close
06:23:21 INFO - self.window.wait_for_notification(None)
06:23:21 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\firefox_puppeteer\ui\browser\window.py", line 143, in wait_for_notification
06:23:21 INFO - message='Unexpected notification shown.')
06:23:21 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_driver\wait.py", line 143, in until
06:23:21 INFO - cause=last_exc)
Reporter | ||
Updated•9 years ago
|
Keywords: intermittent-failure
Reporter | ||
Updated•9 years ago
|
Summary: TEST-UNEXPECTED-ERROR | test_notifications.py TestNotifications.test_open_close_notification | TimeoutException: TimeoutException: Timed out after 5.0 seconds with message: Unexpected notification shown → Intermittent error | test_notifications.py TestNotifications.test_open_close_notification, test_notifications.py TestNotifications.test_notification_with_origin | TimeoutException: Timed out after 5.0 seconds with message: Unexpected notification shown
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 4•9 years ago
|
||
This failure was fixed by the patch on bug 1271911.
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•