Skip to content

Commit 21b02db

Browse files
committed
even more screenshot logs
1 parent ff06bce commit 21b02db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/screenshot/screenshot.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ for (const config of buttonConfigs) {
6060
test(`Render button with ${ filename }`, async () => {
6161
console.log(">>> screenshot.test.js for loop test block log")
6262
const { page } = await setupBrowserPage;
63+
console.log(">>> screenshot.test.js for loop post await setupBrowserPage log")
6364

6465
// fasten up the animation
6566
await page._client.send('Animation.setPlaybackRate', { playbackRate: 12 });
67+
console.log(">>> screenshot.test.js for loop post age._client.send() log")
6668
const filepath = `${ IMAGE_DIR }/${ filename }.png`;
6769
const diffpath = `${ IMAGE_DIR }/${ filename }-old.png`;
6870

0 commit comments

Comments
 (0)