Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Jul 3, 2024
1 parent 04eab8b commit 329cfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rrweb/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ describe('record integration tests', function (this: ISuite) {
'background-color': 'rgb(0, 0, 0)', // black !important
color: 'rgb(255, 255, 0)', // yellow
},
'a:hover, a.\\:hover { outline: red solid 1px; }', // has run adaptCssForReplay
'a:hover, a.\\:hover { outline: blue solid 1px; }', // has run adaptCssForReplay
'a:hover,\na.\\:hover { outline: red solid 1px; }', // has run adaptCssForReplay
'a:hover,\na.\\:hover { outline: blue solid 1px; }', // has run adaptCssForReplay
]);
});

Expand Down

0 comments on commit 329cfc7

Please sign in to comment.