chore: fix ff test for codegen (#33122)

This commit is contained in:
Pavel Feldman 2024-10-15 13:34:08 -07:00 committed by GitHub
parent d40425ea58
commit 23b1012c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ it.describe('pause', () => {
});
it('should record from debugger', async ({ page, recorderPageGetter }) => {
await page.setContent('<body style="width: 100%; height: 100%"></body>');
const scriptPromise = (async () => {
await page.pause();
})();