Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 29, 2021 14:27
Show Gist options
  • Save el3um4s/164a153b7097ca53ecd4904e12721bbd to your computer and use it in GitHub Desktop.
Save el3um4s/164a153b7097ca53ecd4904e12721bbd to your computer and use it in GitHub Desktop.
MEDIUM - Ho to Test Electron Apps - 09
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