Skip to content

Commit 4d840b6

Browse files
committed
test(rrweb): Re-enable skipped test (#229)
Re-enables test that was skipped in #172;
1 parent e6c7d25 commit 4d840b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/rrweb/test/record/cross-origin-iframes.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ describe('cross origin iframes', function (this: ISuite) {
205205
).not.toBe(1);
206206
});
207207

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

0 commit comments

Comments
 (0)