await expect(
page.getByText(`${shortNodeRemote}@seed.radicle.test:8123`),
).toBeVisible();
await expect(page.getByText("1.0.0-rc.5-")).toBeVisible();
await expect(page.getByText("pre-release-c6076196")).toBeVisible();
await peer.stopHttpd();
await peer.stopNode();
});