Intermittent browser/components/newtab/test/browser/browser_topsites_section.js | Uncaught exception - TypeError: topsiteEl.querySelector(...) is null
Categories
(Firefox :: New Tab Page, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
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 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 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 hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 18•6 years ago
|
||
Would the fix for bug 1471737 be valid here as well?
Comment 19•6 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #18)
Would the fix for bug 1471737 be valid here as well?
I mean, not really exactly the same fix, but I guess it's possible that this code:
async function waitForPreloaded(browser) {
let readyState = await ContentTask.spawn(browser, {}, () => content.document.readyState);
if (readyState !== "complete") {
await BrowserTestUtils.browserLoaded(browser);
}
}
is being executed at a point where readyState == "complete" but the loaded document is actually about:blank instead of the new tab page, if that's what you mean?
Comment 20•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #19)
if that's what you mean?
No, just wondering if the cause happens to be the same as for that bug and we could easily take it here as well or make it more general. If that's something else, then sorry for the churn.
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•6 years ago
|
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 hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 33•5 years ago
|
||
Comment 34•5 years ago
|
||
New occurrence:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=267840653&repo=mozilla-central&lineNumber=3243
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) |
Updated•2 years ago
|
Comment 40•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•