Don’t check for the page title in verify jobs e2e test
This commit is contained in:
@@ -28,9 +28,6 @@ test("Verify jobs from the test nextjs project", async ({ page }) => {
|
||||
await page.getByRole("button", { name: "Send a magic link" }).click();
|
||||
|
||||
await page.getByRole("link", { name: /Test Project/ }).click();
|
||||
await expect(
|
||||
page.locator("h1").filter({ hasText: /^Choose a framework to get started/ })
|
||||
).toBeVisible();
|
||||
|
||||
await page.getByRole("link", { name: "Environments & API Keys" }).click();
|
||||
await expect(page.locator("h1").filter({ hasText: "Environments & API Keys" })).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user