diff --git a/integration/src/browser/utils.ts b/integration/src/browser/utils.ts index adf73be7..616f17d6 100644 --- a/integration/src/browser/utils.ts +++ b/integration/src/browser/utils.ts @@ -26,6 +26,7 @@ export async function screenshot( const frame = await getFrame(item); await Promise.all([ + frame.waitForTimeout(300), hideTwitterTimelines(frame), resetCarousels(frame), removeAnimations(frame),