We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5e86d commit 7ed4499Copy full SHA for 7ed4499
1 file changed
packages/app/e2e/commands/panels.spec.ts
@@ -28,4 +28,4 @@ test("review panel can be toggled via keybind", async ({ page, gotoSession }) =>
28
await page.keyboard.press(`${modKey}+Shift+R`)
29
await expect(reviewToggle).toHaveAttribute("aria-expanded", "false")
30
await expect(page.locator("#review-panel")).toHaveCount(0)
31
-})
+})
0 commit comments