Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Expand internal file markdown test case
Sebastian Martinez committed 1 year ago
commit 266afb17c8db7037b0e22e7c12a3c61b33245133
parent 7a5d456
1 file changed +7 -0
modified tests/e2e/project.spec.ts
@@ -523,6 +523,13 @@ test("internal file markdown link", async ({ page }) => {
  await expect(page).toHaveURL(`${markdownUrl}/tree/main/cheatsheet.md`);
  await expect(page.getByText("cheatsheet.md").nth(2)).toBeVisible();

+
  await page.goto(markdownUrl);
+
  await page.getByRole("link", { name: "Link Files" }).click();
+
  await page.getByRole("button", { name: "Files", exact: true }).click();
+
  await page.getByRole("link", { name: "Link Files" }).click();
+
  await expect(page).toHaveURL(`${markdownUrl}/tree/link-files.md`);
+
  await expect(page.getByText("link-files.md").nth(2)).toBeVisible();
+

  await page.goto(`${markdownUrl}/tree/main/link-files.md`);
  await page.getByRole("link", { name: "black square" }).click();
  await expect(page).toHaveURL(