Skip to content

Commit 50074d1

Browse files
committed
fix fix e2e test
1 parent 70bf5e3 commit 50074d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/organizations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ test("create and delete organization", async ({ page }) => {
5252
const dialog = page.getByTestId("dialog");
5353
await dialog.getByLabel("Name").fill(newName);
5454
await dialog.getByRole("button", { name: "Delete" }).click();
55-
await expect(page.getByText("Organization deleted.")).toBeVisible();
55+
await expect(page.getByText(`Organization ${newName} deleted.`)).toBeVisible();
5656
});

0 commit comments

Comments
 (0)