Skip to content
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

Update Electron #2934

Merged
merged 8 commits into from
Dec 21, 2023
Merged

Update Electron #2934

merged 8 commits into from
Dec 21, 2023

Conversation

jameskerr
Copy link
Member

@jameskerr jameskerr commented Dec 20, 2023

  • Update Electron To Latest
  • Update playwright to @next until 1.41 is released
  • Simplify playwright invocations

})) as MainObject
expect(appMain.lake.start).toHaveBeenCalledTimes(1)
})

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was causing problems and is not necessary. If the lake doesn't start, many many other tests will fail.

@@ -49,14 +49,13 @@ export const buildAndAuthenticateLake =
return [false, null]
}

const dialogOpts = {
const dialogChoice = await showMessageBox({
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeScript liked this better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants