Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test failed 41 times in the preceding 30 days. quicksearch this test
- Manifest: browser/components/sessionstore/test/browser_startup_telemetry.toml
"use strict";
add_task(async function sessionRestoreInitialized() {
Assert.greater(
Glean.sessionRestore.startupTimeline.sessionRestoreInitialized.testGetValue(),
0,
"SessionStore.init() recorded a startup timeline value."
);
});