Skip to content

Commit c6ff26d

Browse files
committed
Fix new org test
1 parent 8383c61 commit c6ff26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/NewOrgModal.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ test.describe("without being signed in", () => {
1919
if (isMobile) {
2020
await expect(
2121
page.locator(".signed-in-nav_mobile .button").getByText("New Org"),
22-
).toBeVisible();
22+
).not.toBeVisible();
2323
} else {
2424
await expect(
2525
page.locator(".signed-in-nav_desktop .button").getByText("New Org"),
26-
).toBeVisible();
26+
).not.toBeVisible();
2727
}
2828
});
2929
});

0 commit comments

Comments
 (0)