Open community creation signup from desktop (#2110)

This commit is contained in:
morgmart
2026-07-18 20:44:23 -07:00
committed by GitHub
parent da2e2592a3
commit af4b7087dc
2 changed files with 4 additions and 2 deletions
@@ -37,7 +37,7 @@ type WelcomeSetupProps = {
onBack: () => void; onBack: () => void;
}; };
const CREATE_COMMUNITY_URL = "https://buzz.xyz"; const CREATE_COMMUNITY_URL = "https://app.builderlab.xyz/signup?returnTo=/buzz";
const LOCAL_DEV_RELAY_URLS = new Set([ const LOCAL_DEV_RELAY_URLS = new Set([
"ws://localhost:3000", "ws://localhost:3000",
"ws://127.0.0.1:3000", "ws://127.0.0.1:3000",
+3 -1
View File
@@ -636,7 +636,9 @@ test("first-community choices expose npub and invite input", async ({
?.payload; ?.payload;
}), }),
) )
.toMatchObject({ url: "https://buzz.xyz" }); .toMatchObject({
url: "https://app.builderlab.xyz/signup?returnTo=/buzz",
});
await page.getByRole("button", { name: "Add me to a community" }).click(); await page.getByRole("button", { name: "Add me to a community" }).click();
await expect(page.getByTestId("welcome-join-npub")).toHaveText( await expect(page.getByTestId("welcome-join-npub")).toHaveText(