Skip to content

Commit

Permalink
cherry-pick(#33122): chore: fix ff test for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Oct 15, 2024
1 parent c72a253 commit 8ef381f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/library/inspector/pause.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
})();
Expand Down

0 comments on commit 8ef381f

Please sign in to comment.