Skip to content

Commit

Permalink
tmp: Checking something against output of test
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Jan 21, 2025
1 parent eb958c4 commit 2f4f44a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/rrweb/test/record/cross-origin-iframes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,7 @@ describe('cross origin iframes', function (this: ISuite) {
const events: eventWithTime[] = await ctx.page.evaluate(
() => (window as unknown as IWindow).snapshots,
);
expect(
(events[events.length - 1].data as mutationData).removes,
).toMatchObject([]);
expect(
(events[events.length - 1].data as mutationData).isAttachIframe,
).toBeTruthy();
expect(events).toMatchObject([]);
});

it('should map input events correctly', async () => {
Expand Down

0 comments on commit 2f4f44a

Please sign in to comment.