fix(desktop): capture full viewport for action menu screenshot

Co-authored-by: Will Pfleger <wpfleger@squareup.com>
Signed-off-by: Will Pfleger <wpfleger@squareup.com>
This commit is contained in:
npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7
2026-06-11 15:45:21 -04:00
co-authored by Will Pfleger
parent 134e0f75ea
commit c152d7f8bf
@@ -69,7 +69,6 @@ test.describe("reminders screenshots", () => {
await page.screenshot({
path: `${SHOTS}/02-message-action-remind-later.png`,
clip: { x: 0, y: 0, width: 900, height: 720 },
});
});