Skip to content

Commit f800c5e

Browse files
authored
fix: update playwright test after adding secret support (#848)
1 parent 62a9425 commit f800c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playwright-tests/saas-admin-template.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ test.describe("SaaS Admin Template", () => {
77
page.getByRole("heading", { name: "SaaS Admin Template" }),
88
).toBeVisible();
99
await page.getByRole("link", { name: "Go to admin" }).click();
10-
await expect(page.getByText("API token not configured")).toBeVisible();
1110
await page.getByRole("link", { name: "Customers", exact: true }).click();
1211
await expect(
1312
page.getByRole("heading", { name: "Customers" }),

0 commit comments

Comments
 (0)