Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update node metadata test
Sebastian Martinez committed 2 years ago
commit aed7d3ce4647699b2886a86cd86b3210c02e72ea
parent 643d61ae2b12053e3c998a5331019cade39179f4
1 file changed +1 -1
modified tests/e2e/node.spec.ts
@@ -19,7 +19,7 @@ test("node metadata", async ({ page, peerManager }) => {
  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();
});