feat(app): project current server state (#38459)

This commit is contained in:
Brendan Allan
2026-07-24 10:49:16 +08:00
committed by GitHub
parent 80e1563abe
commit 6faadb332c
38 changed files with 2923 additions and 478 deletions
@@ -46,7 +46,7 @@ test("restores review mode and selected file per session", async ({ page }) => {
async function selectMode(page: Page, current: string, next: string) {
await page.getByRole("button", { name: current }).click()
await page.getByRole("option", { name: next }).click()
await page.getByRole("option", { name: next }).dispatchEvent("click")
}
async function selectFile(page: Page, file: string) {