Skip to content

Commit

Permalink
Add a slight delay as per rrweb-io#1455
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed May 23, 2024
1 parent 42ba81c commit e17382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('record integration tests', function (this: ISuite) {
vals.push(replayer.iframe.contentDocument.getElementById('empty').innerText);
vals;
`);

await page.waitForTimeout(5);
expect(replayStyleValues).toEqual([
{
'background-color': 'rgb(0, 100, 0)', // darkgreen
Expand Down

0 comments on commit e17382d

Please sign in to comment.