Skip to content

Commit b66bb79

Browse files
committed
fix: test
1 parent ab15e75 commit b66bb79

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
@@ -39,7 +39,7 @@ test("create and delete organization", async ({ page }) => {
3939
await page.getByRole("button", { name: /save/i }).click();
4040

4141
// Expect to be redirected when renaming the organization
42-
await expectUrl(page).toHavePathName(`/organizations/${newName}`);
42+
await expectUrl(page).toHavePathName(`/organizations/${newName}/settings`);
4343
await expect(page.getByText("Organization settings updated.")).toBeVisible();
4444

4545
await page.goto(`/organizations/${newName}/settings`, {

0 commit comments

Comments
 (0)