[MM-49724] More robust check for startup before starting E2E tests (#2504)
* [MM-49724] More robust check for startup before starting E2E tests * Fix a few more tests
This commit is contained in:
@@ -667,6 +667,10 @@ export class WindowManager {
|
||||
if (this.viewManager) {
|
||||
this.viewManager.hideLoadingScreen();
|
||||
}
|
||||
|
||||
if (process.env.NODE_ENV === 'test') {
|
||||
app.emit('e2e-app-loaded');
|
||||
}
|
||||
}
|
||||
|
||||
updateLoadingScreenDarkMode = (darkMode: boolean) => {
|
||||
|
Reference in New Issue
Block a user