chore: fix ff test for codegen

This commit is contained in:
Pavel Feldman 2024-10-15 13:25:42 -07:00
parent d40425ea58
commit b5d30133d7

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();
})(); })();