Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Jan 10, 2023
1 parent 0074c10 commit adbec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/test/record.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ describe('record', function (this: ISuite) {
}, 10);
});
});
await waitForRAF(page);
await waitForRAF(ctx.page);
assertSnapshot(ctx.events);
});

Expand Down

0 comments on commit adbec5b

Please sign in to comment.