Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix issue commenting assertion
Sebastian Martinez committed 1 year ago
commit 1f65bcdf6a03f5488d1d7b092323008d5997960f
parent fd4b2f2
1 file changed +1 -4
modified tests/e2e/repo/issue.spec.ts
@@ -41,10 +41,7 @@ test("creation of top level comments", async ({ page }) => {
    );
  await page.getByRole("button", { name: "icon-checkmark" }).click();
  await expect(
-
    page.getByRole("button", {
-
      name: "icon-issue Make sure that comment creation is working avatar palm opened 8faf9dc 6 months ago",
-
      exact: true,
-
    }),
+
    page.getByRole("button", { name: "icon-issue Make sure that" }),
  ).toBeVisible();
  await expect(
    page