Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyShuii committed Aug 29, 2024
1 parent d600c9f commit 40ecd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ test("Go to home page", async ({ page }) => {
await page.goto("http://frontend:5173/")

await page.waitForLoadState("networkidle");
await expect(page.getByText("Send file casually")).toBeVisible();
await expect(page.getByText("Send files casually")).toBeVisible();
});

0 comments on commit 40ecd58

Please sign in to comment.