mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
test: Fixed startup tests not initializing l10n correctly, b=no-bug, c=common
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
|
||||
isReady: false,
|
||||
|
||||
init() {
|
||||
async init() {
|
||||
// important: We do this to ensure that some firefox components
|
||||
// are initialized before we start our own initialization.
|
||||
// please, do not remove this line and if you do, make sure to
|
||||
// test the startup process.
|
||||
await new Promise((resolve) => resolve());
|
||||
this.openWatermark();
|
||||
this._initBrowserBackground();
|
||||
this._changeSidebarLocation();
|
||||
|
||||
Reference in New Issue
Block a user