Skip to content

Commit

Permalink
test(rrweb): Re-enable skipped test
Browse files Browse the repository at this point in the history
Re-enables test that was skipped in #172;
  • Loading branch information
billyvg committed Dec 13, 2024
1 parent a6b4a88 commit ae61ee3
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit ae61ee3

Please sign in to comment.