We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72a253 commit 8ef381fCopy full SHA for 8ef381f
tests/library/inspector/pause.spec.ts
@@ -483,6 +483,7 @@ it.describe('pause', () => {
483
});
484
485
it('should record from debugger', async ({ page, recorderPageGetter }) => {
486
+ await page.setContent('<body style="width: 100%; height: 100%"></body>');
487
const scriptPromise = (async () => {
488
await page.pause();
489
})();
0 commit comments