Skip to content

Commit 32d0fdb

Browse files
committed
make e2e tests better
1 parent 106abd4 commit 32d0fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/externalMembership.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ describe("External Membership tests", () => {
5151
.click();
5252
await page.getByRole("button", { name: "Confirm and Save" }).click();
5353
await expect(page.getByText("Member list has been updated.")).toBeVisible();
54+
// Part 2
5455
await page.reload();
5556
await expect(
5657
page.getByText("Manage External Membership Lists"),
5758
).toBeVisible();
5859
await page.getByPlaceholder("Pick a list to manage").click();
5960
await expect(page.getByText(uuid)).not.toBeVisible();
60-
await page.getByText("acmlivetesting").click();
61-
await expect(page.getByText("acmtest2")).toBeVisible();
61+
await expect(page.getByText("acmlivetesting")).toBeVisible();
6262
});
6363
});

0 commit comments

Comments
 (0)