chore: fix ff test for codegen (#33122)
This commit is contained in:
parent
d40425ea58
commit
23b1012c70
|
@ -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();
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue