Don’t check for the page title in verify jobs e2e test

This commit is contained in:
Matt Aitken
2023-09-13 13:57:35 +01:00
parent 2895ad52fd
commit 4eb2439d64
-3
View File
@@ -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();