[MM-62094] E2E: Don't including loading screen or other windows in server map, remove check for loading screen finish (#3252)

This commit is contained in:
Devin Binnie
2025-02-04 00:45:22 -05:00
committed by GitHub
parent 900db3a85b
commit 1d912caa4e
17 changed files with 111 additions and 104 deletions

View File

@@ -99,6 +99,7 @@ export class LoadingScreen {
if (process.env.NODE_ENV === 'test') {
app.emit('e2e-app-loaded');
MainWindow.get()?.focus();
}
};