Skip to content

Commit fc5b858

Browse files
authored
take screenshots in fulPage mode (#1810)
1 parent 86a5c7d commit fc5b858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/utils/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ async function takeScreenshot(page, captureName) {
214214
const path = pathLib.join(__dirname, SCREENSHOTS_DIR, filename);
215215

216216
await page.screenshot({
217+
fullPage: true,
217218
path: path,
218219
type: 'jpeg',
219220
})

0 commit comments

Comments
 (0)