Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Improve `external markdown link` test
Sebastian Martinez committed 1 year ago
commit 4de9724f9e36322cc69c0068705db580463ebd67
parent e005cd7
1 file changed +1 -1
modified tests/e2e/project.spec.ts
@@ -480,7 +480,7 @@ test.describe("browser error handling", () => {
});

test("external markdown link", async ({ context, page }) => {
-
  await page.route("https://example.com/**", route => {
+
  await context.route("https://example.com/**", route => {
    return route.fulfill({ body: "hello", contentType: "text/plain" });
  });
  await page.goto(`${markdownUrl}/tree/main/footnotes.md`);