mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: update tool count to 50 across all references
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user