We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f892155 commit 8199baeCopy full SHA for 8199bae
desktop-app/src/e2e/sum.test.ts
@@ -6,7 +6,7 @@ electronTest.afterEach(saveScreenshotOnFailure('sum'))
6
7
electronTest("With no numbers the result is 0", async ({ page }) => {
8
const result = await page.getByTestId("result")
9
- expect(await result.innerText()).toBe("0")
+ expect(await result.innerText()).toBe("1")
10
})
11
12
electronTest("With only first number changed returns first number", async ({ page }) => {
0 commit comments