Skip to content

Conversation

@jameskerr
Copy link
Contributor

@jameskerr jameskerr commented Dec 20, 2023

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

@jameskerr jameskerr requested a review from philrz December 21, 2023 00:10
})) as MainObject
expect(appMain.lake.start).toHaveBeenCalledTimes(1)
})

Copy link
Contributor 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.

}

const dialogOpts = {
const dialogChoice = await showMessageBox({
Copy link
Contributor 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.

3 participants