Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test(rrweb): Re-enable skipped test
Re-enables test that was skipped in #172;
  • Loading branch information
billyvg committed Dec 13, 2024
commit ae61ee38ead0daeb673ff3705842ea55b6b22713
3 changes: 1 addition & 2 deletions packages/rrweb/test/record/cross-origin-iframes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ describe('cross origin iframes', function (this: ISuite) {
).not.toBe(1);
});

// This test is quite flakey in CI
it.skip('should replace the existing DOM nodes on iframe navigation with `isAttachIframe`', async () => {
it('should replace the existing DOM nodes on iframe navigation with `isAttachIframe`', async () => {
await ctx.page.evaluate((url) => {
const iframe = document.querySelector('iframe') as HTMLIFrameElement;
iframe.src = `${url}/html/form.html?2`;
Expand Down
Loading