Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix visual test on preview toggle
Sebastian Martinez committed 2 years ago
commit dcced2e06da9306ab91a5ccd25849426f4354cbd
parent 09065938546ae773d36cc3c246103b171519bc30
1 file changed +1 -1
modified tests/visual/desktop/markdown.spec.ts
@@ -111,7 +111,7 @@ test("footnotes", async ({ page }) => {
  await expect(page.getByText("1. https://radicle.xyz ↩")).toBeVisible();
  await expect(page).toHaveScreenshot({ fullPage: true });

-
  await page.getByText("Plain").click();
+
  await page.getByText("Code").click();
  await expect(
    page.locator(
      "text=This is an example footnote[^0]. And some radicle[^1] examples.",