cherry-pick(#33122): chore: fix ff test for codegen
This commit is contained in:
parent
c72a2538bc
commit
8ef381fc5f
|
|
@ -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();
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue