Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
radicle-explorer tests visual desktop notFound.spec.ts
import { expect, test } from "@tests/support/fixtures.js";

test("page not found", async ({ page }) => {
  await page.goto("/this/page/does/not/exist", {
    waitUntil: "networkidle",
  });
  await expect(page).toHaveScreenshot();
});