Closed
Bug 1275624
Opened 8 years ago
Closed 8 years ago
TEST-UNEXPECTED-ERROR | test_notifications.py TestNotifications.test_open_close_notification | AttributeError: 'NoneType' object has no attribute 'close'
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
mozilla49
People
(Reporter: whimboo, Assigned: davehunt)
References
Details
(Keywords: intermittent-failure)
https://treeherder.mozilla.org/#/jobs?repo=mozilla-aurora&filter-searchStr=Firefox%20UI&filter-tier=2&filter-tier=3&selectedJob=2664316
08:55:44 INFO - TEST-UNEXPECTED-ERROR | test_notifications.py TestNotifications.test_open_close_notification | AttributeError: 'NoneType' object has no attribute 'close'
08:55:44 INFO - Traceback (most recent call last):
08:55:44 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\venv\lib\site-packages\marionette\marionette_test.py", line 351, in run
08:55:44 INFO - testMethod()
08:55:44 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\tests\firefox-ui\tests\puppeteer\test_notifications.py", line 37, in test_open_close_notification
08:55:44 INFO - self.browser.notification.close()
Looks like we are acting on a notification while none exists. The if condition should have prevented that.
So far I have only seen this on mozilla-aurora.
Reporter | ||
Comment 1•8 years ago
|
||
Fixed by the patch on bug 1271911.
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Depends on: 1271911
Resolution: --- → FIXED
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•