Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update `heartwood-release` and `radicle-httpd-release` to latest versions
Sebastian Martinez committed 1 year ago
commit b77c0862b8002a3cc6a26e9ccacbe7ee4d39fdcd
parent 20b3ac3
3 files changed +3 -3
modified tests/e2e/node.spec.ts
@@ -22,7 +22,7 @@ test("node metadata", async ({ page, peerManager }) => {
  await page.goto(peer.uiUrl());

  await expect(page.getByText(shortNodeRemote).first()).toBeVisible();
-
  await expect(page.getByText("/radicle:1.1.0-pre.4/")).toBeVisible();
+
  await expect(page.getByText("/radicle:1.1.0/")).toBeVisible();
});

test("node repos", async ({ page }) => {
modified tests/support/heartwood-release
@@ -1 +1 @@
-
1.1.0-pre.4

\ No newline at end of file
+
1.1.0

\ No newline at end of file
modified tests/support/radicle-httpd-release
@@ -1 +1 @@
-
0.18.0-pre

\ No newline at end of file
+
0.18.0

\ No newline at end of file