Created
October 29, 2021 14:27
-
-
Save el3um4s/164a153b7097ca53ecd4904e12721bbd to your computer and use it in GitHub Desktop.
MEDIUM - Ho to Test Electron Apps - 09
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test("Check title", async () => { | |
const title = await firstWindow.title(); | |
expect(title).toBe("MEMENTO - Svelte, TailwindCSS, Electron and TypeScript"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment