chore: update tool count to 50 across all references

This commit is contained in:
SnapOtter
2026-05-08 16:33:12 +08:00
parent 466ef1efb1
commit 3d9324b82a
8 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ test.describe("Landing Homepage", () => {
});
test("bento grid renders with search and tool count", async ({ page }) => {
await expect(page.getByText("48 tools. Zero cloud dependency.")).toBeVisible();
await expect(page.getByText("50 tools. Zero cloud dependency.")).toBeVisible();
await expect(page.getByPlaceholder("Search tools...")).toBeVisible();
await expect(page.getByText(/Showing 48 of 48 tools/)).toBeVisible();
await expect(page.getByText(/Showing 50 of 50 tools/)).toBeVisible();
});
test("enterprise section renders feature cards", async ({ page }) => {