Closed Bug 1272710 Opened 9 years ago Closed 8 years ago

TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_open_close_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x02F4F7F0> is not None

Categories

(Testing :: Firefox UI Tests, defect)

48 Branch
defect
Not set
normal

Tracking

(firefox48 fixed, firefox49 fixed)

RESOLVED FIXED
Tracking Status
firefox48 --- fixed
firefox49 --- fixed

People

(Reporter: whimboo, Unassigned)

References

Details

(Keywords: intermittent-failure, regression)

https://treeherder.mozilla.org/logviewer.html#?job_id=2590046&repo=mozilla-aurora#L911 06:11:41 INFO - TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_no_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x016FEEF0> is not None 06:11:41 INFO - Traceback (most recent call last): 06:11:41 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\venv\lib\site-packages\marionette\marionette_test.py", line 351, in run 06:11:41 INFO - testMethod() 06:11:41 INFO - File "c:\jenkins\workspace\mozilla-aurora_functional\build\tests\firefox-ui\tests\puppeteer\test_notifications.py", line 34, in test_no_notification 06:11:41 INFO - self.assertIsNone(self.browser.notification)
This failure occurs because in some cases we do not close the notification, and the test is not executed as first one, as the order in the file could assume. I refactored the test code a bit in my patch on bug 1270953 to get this fixed.
No longer blocks: 1144873
Depends on: 1270953, 1144873
Version: 49 Branch → 48 Branch
The test method is no longer available and checks have been moved to another method. So this bug is no longer actionable.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Summary: TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_no_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x016FEEF0> is not None → TEST-UNEXPECTED-FAIL | test_notifications.py TestNotifications.test_open_close_notification | AssertionError: <firefox_puppeteer.ui.browser.notifications.AddOnInstallFailedNotification object at 0x02F4F7F0> is not None
Should have been fixed by the patch on bug 1271911.
Status: REOPENED → RESOLVED
Closed: 8 years ago8 years ago
Depends on: 1271911
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.