Skip to content

Commit 4eb2439

Browse files
committed
Don’t check for the page title in verify jobs e2e test
1 parent 2895ad5 commit 4eb2439

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e/e2e.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ test("Verify jobs from the test nextjs project", async ({ page }) => {
2828
await page.getByRole("button", { name: "Send a magic link" }).click();
2929

3030
await page.getByRole("link", { name: /Test Project/ }).click();
31-
await expect(
32-
page.locator("h1").filter({ hasText: /^Choose a framework to get started/ })
33-
).toBeVisible();
3431

3532
await page.getByRole("link", { name: "Environments & API Keys" }).click();
3633
await expect(page.locator("h1").filter({ hasText: "Environments & API Keys" })).toBeVisible();

0 commit comments

Comments
 (0)