Przeglądaj źródła

chore: generate

opencode-agent[bot] 1 miesiąc temu
rodzic
commit
7ed4499748
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/e2e/commands/panels.spec.ts

+ 1 - 1
packages/app/e2e/commands/panels.spec.ts

@@ -28,4 +28,4 @@ test("review panel can be toggled via keybind", async ({ page, gotoSession }) =>
   await page.keyboard.press(`${modKey}+Shift+R`)
   await page.keyboard.press(`${modKey}+Shift+R`)
   await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
   await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
   await expect(page.locator("#review-panel")).toHaveCount(0)
   await expect(page.locator("#review-panel")).toHaveCount(0)
-})
+})