fix: correct pluralization in JS package test for consistency

This commit is contained in:
Dhruwang
2026-03-06 11:43:32 +05:30
parent abbf634c48
commit 7d297a3acd
+1 -1
View File
@@ -139,7 +139,7 @@ test.describe("JS Package Test", async () => {
await expect(page.getByRole("link", { name: "Responses" })).toBeVisible();
await expect(page.getByRole("button", { name: "Completed 100%" })).toBeVisible();
await expect(page.getByText("1 Responses", { exact: true }).first()).toBeVisible();
await expect(page.getByText("1 response", { exact: true }).first()).toBeVisible();
await expect(page.getByText("Somewhat disappointed")).toBeVisible();
await expect(page.getByText("Founder")).toBeVisible();
await expect(page.getByText("People who believe that PMF").first()).toBeVisible();