fix(app): refine mobile session layout (#32796)

This commit is contained in:
Brendan Allan
2026-06-23 16:58:05 +08:00
committed by GitHub
parent a379c7956b
commit bbc88eb8e3
5 changed files with 58 additions and 44 deletions
@@ -74,6 +74,7 @@ test("stages a submitted line comment in the prompt context", async ({ page }) =
await review.locator('[data-slot="line-comment-action"][data-variant="primary"]').click()
await expect(review.getByText("Use the existing value instead", { exact: true })).toBeVisible()
await page.getByRole("tab", { name: "Session" }).click()
const context = page.getByText("Use the existing value instead", { exact: true }).last()
await expect(context).toBeVisible()
await expect(context.locator("..")).toContainText("review.ts:2")