cherry-pick(#33122): chore: fix ff test for codegen

This commit is contained in:
Pavel Feldman 2024-10-15 13:34:08 -07:00
parent c72a2538bc
commit 8ef381fc5f

View file

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