Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed Oct 10, 2023
1 parent 743d71e commit 4e5af20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/rrweb/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,11 @@ describe('record integration tests', function (this: ISuite) {
const page: puppeteer.Page = await browser.newPage();
await page.goto(`${serverURL}/html`);
await page.waitForTimeout(10);
await page.setContent(getHtml.call(this, 'animation-var.html', {
inlineStylesheet: true // TODO: this isn't working?
}));
await page.setContent(
getHtml.call(this, 'animation-var.html', {
inlineStylesheet: true, // TODO: this isn't working?
}),
);
const snapshots = (await page.evaluate(
'window.snapshots',
)) as eventWithTime[];
Expand Down

0 comments on commit 4e5af20

Please sign in to comment.