mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Open community creation signup from desktop (#2110)
This commit is contained in:
@@ -37,7 +37,7 @@ type WelcomeSetupProps = {
|
||||
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([
|
||||
"ws://localhost:3000",
|
||||
"ws://127.0.0.1:3000",
|
||||
|
||||
@@ -636,7 +636,9 @@ test("first-community choices expose npub and invite input", async ({
|
||||
?.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 expect(page.getByTestId("welcome-join-npub")).toHaveText(
|
||||
|
||||
Reference in New Issue
Block a user