Skip to content

Commit 8199bae

Browse files
committed
chore: Breaks sum e2e test
1 parent f892155 commit 8199bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop-app/src/e2e/sum.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ electronTest.afterEach(saveScreenshotOnFailure('sum'))
66

77
electronTest("With no numbers the result is 0", async ({ page }) => {
88
const result = await page.getByTestId("result")
9-
expect(await result.innerText()).toBe("0")
9+
expect(await result.innerText()).toBe("1")
1010
})
1111

1212
electronTest("With only first number changed returns first number", async ({ page }) => {

0 commit comments

Comments
 (0)