Closed
Bug 1373561
Opened 9 years ago
Closed 6 years ago
Intermittent test_about_private_browsing.py TestAboutPrivateBrowsing.testCheckAboutPrivateBrowsing | NoSuchElementException: Unable to locate element: learnMore
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: bulk-close-intermittents, intermittent-failure, Whiteboard: [stockwell unknown])
Comment 1•9 years ago
|
||
Here the stack:
04:54:10 INFO - Traceback (most recent call last):
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 157, in run
04:54:10 INFO - testMethod()
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\tests\firefox-ui\tests\functional\private_browsing\test_about_private_browsing.py", line 58, in testCheckAboutPrivateBrowsing
04:54:10 INFO - tab = pb_window.tabbar.open_tab(trigger=tab_opener)
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\firefox_puppeteer\ui\browser\tabbar.py", line 129, in open_tab
04:54:10 INFO - trigger(self.selected_tab)
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\tests\firefox-ui\tests\functional\private_browsing\test_about_private_browsing.py", line 55, in tab_opener
04:54:10 INFO - link = tab.marionette.find_element(By.ID, 'learnMore')
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1819, in find_element
04:54:10 INFO - return self._send_message("findElement", body, key="value")
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_driver\decorators.py", line 23, in _
04:54:10 INFO - return func(*args, **kwargs)
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_driver\marionette.py", line 735, in _send_message
04:54:10 INFO - self._handle_error(err)
04:54:10 INFO - File "c:\jenkins\workspace\mozilla-central_functional\build\venv\lib\site-packages\marionette_driver\marionette.py", line 768, in _handle_error
04:54:10 INFO - raise errors.lookup(error)(message, stacktrace=stacktrace)
The only thing I could imagine here is that the shown page running under chrome privileges hasn't been finished loading. And as such the link with the id "learnMore" is not present yet.
| Comment hidden (Intermittent Failures Robot) |
Comment 3•8 years ago
|
||
This seems to only happen in our own Mozmill-CI instance which report as tier-3. I should take a look at it at some point.
Summary: Intermittent test_about_private_browsing.py TestAboutPrivateBrowsing.testCheckAboutPrivateBrowsing | NoSuchElementException: Unable to locate element: learnMore → [tier-3] Intermittent test_about_private_browsing.py TestAboutPrivateBrowsing.testCheckAboutPrivateBrowsing | NoSuchElementException: Unable to locate element: learnMore
Comment 4•8 years ago
|
||
marking as [stockwell unknown] so we don't necessarily track it given that this job is tier-3.
Whiteboard: [stockwell unknown]
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Status: VERIFIED → REOPENED
Resolution: INCOMPLETE → ---
Updated•7 years ago
|
Summary: [tier-3] Intermittent test_about_private_browsing.py TestAboutPrivateBrowsing.testCheckAboutPrivateBrowsing | NoSuchElementException: Unable to locate element: learnMore → Intermittent test_about_private_browsing.py TestAboutPrivateBrowsing.testCheckAboutPrivateBrowsing | NoSuchElementException: Unable to locate element: learnMore
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 15•6 years ago
|
||
Test doesn't exist anymore.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•