Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix e2e spec
Rūdolfs Ošiņš committed 2 years ago
commit 845c4fcb6d62045782fc9ba19ae7ba2ed1c278e6
parent eaf6b0d4896b2c5dccb0446dae551cccbbaac055
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("vpre-release-")).toBeVisible();
+
  await expect(page.getByText("1.0.0-rc.1-")).toBeVisible();
  await peer.stopHttpd();
  await peer.stopNode();
});