Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix visual tests
Rūdolfs Ošiņš committed 2 years ago
commit 0e33915e9a280cc492feb418ddc739a83b637813
parent 18a5d40b0ae18570ab7ea56d24ce53dc8d8e2508
1 file changed +1 -1
modified tests/visual/project.spec.ts
@@ -64,7 +64,7 @@ test("diff selection", async ({ page }) => {
  });

  await page.goto(
-
    `${cobUrl}/patches/013f8b2734df1840b2e33d52ff5632c8d66b199a?tab=files#README.md:H0L0H0L3`,
+
    `${cobUrl}/patches/687c3268119d23c5da32055c0b44c03e0e4088b8?tab=files#README.md:H0L0H0L3`,
  );
  await expect(page).toHaveScreenshot({ fullPage: true });
});