chore(app): vendor v2 client snapshot (#38818)

This commit is contained in:
Brendan Allan
2026-07-25 16:07:13 +08:00
committed by GitHub
parent 2b2b69d668
commit 0a6637e17a
33 changed files with 268 additions and 191 deletions
@@ -32,7 +32,7 @@ test("keeps the terminal session alive when switching session tabs in a workspac
const connection = new URL(connections[0]!)
expect(connection.pathname).toBe(`/api/pty/${ptyID}/connect`)
expect(connection.searchParams.get("location[directory]")).toBe(directory)
expect(connection.searchParams.get("ticket")).toBe("e2e-ticket")
expect(connection.searchParams.get("ticket")).toBeNull()
await writeProbe(page)
await switchTab(page, titleB)