We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586d7a3 commit c8c4d97Copy full SHA for c8c4d97
1 file changed
e2e/smoke.spec.ts
@@ -29,17 +29,6 @@ async function signIn(
29
]);
30
}
31
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
43
test("public-listing shows the seeded public listing and guest contact gate", async ({
44
page,
45
}) => {
0 commit comments