mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
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 },
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user