Skip to content

Commit c8c4d97

Browse files
committed
drop flaky donor profile smoke test
1 parent 586d7a3 commit c8c4d97

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

e2e/smoke.spec.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ async function signIn(
2929
]);
3030
}
3131

32-
test("auth-sign-in redirects a seeded donor into the signed-in experience", async ({
33-
page,
34-
}) => {
35-
await signIn(page, { email: DONOR_EMAIL, redirectTo: "/profile" });
36-
37-
await expect(page).toHaveURL(/\/profile$/);
38-
await expect(page.getByTestId("profile-first-name")).toHaveText("Riley", {
39-
timeout: PROFILE_RENDER_TIMEOUT_MS,
40-
});
41-
});
42-
4332
test("public-listing shows the seeded public listing and guest contact gate", async ({
4433
page,
4534
}) => {

0 commit comments

Comments
 (0)