Open
Description
Getting this error wherever wait conditions are applied. Issue started when I switched to Spectron version 14 and Electron version 12.
On previous similar reported issues, it is suggested to set nodeIntegration: true
which is already configured and devtool is also disabled, still getting this error.
App initialization script is like this:
app = await new Application({
path: path.join(process.cwd(), getExecutablePath()),
chromeDriverArgs: [
"verbose",
"no-sandbox",
"disable-gpu",
"disable-dev-shm-usage",
],
waitTimeout: 15000,
});
return app;
}
-
And the test case is failing at this statement `await app.client.waitUntilWindowLoaded();`
Please suggest.

Metadata
Metadata
Assignees
Labels
No labels