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 b5b27b8 commit 2f9536dCopy full SHA for 2f9536d
tests/form.spec.ts
@@ -77,7 +77,7 @@ test.describe("Form Submission Tests", () => {
77
await page.click('button[type="submit"]');
78
79
// Expect email validation error
80
- await expect(page.locator("#error")).toHaveText("Invalid email formats");
+ await expect(page.locator("#error")).toHaveText("Invalid email format");
81
});
82
83
test("🔄 Reset button clears the form", async ({ page }) => {
0 commit comments