-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: waitUntilWindowLoaded Cannot read property 'isLoading' of undefined #1049
Comments
can you provide full code of your test case? |
Hi @xupea , This is how app initialization and tests are maintained: export const getApp = async () => { In my test file it is like this: describe("App name", async function () { before(async () => { it("Should launch single application window", async () => { Regards |
Hi @xupea @zeke @durran @juliangruber , can you guys please help with this issue? |
you don't need to await |
Its not working even after removing the await from the |
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:
The text was updated successfully, but these errors were encountered: