Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 12, 2023
1 parent eda8994 commit 94d0c44
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 @@ -388,7 +388,7 @@ describe('record integration tests', function (this: ISuite) {
assertSnapshot(snapshots);
});

it.only('should mask attribute via function call', async () => {
it('should mask attribute via function call', async () => {
const page: puppeteer.Page = await browser.newPage();
await page.goto('about:blank');
page.on('console', (msg) => console.log('PAGE LOG:', msg.text()));
Expand Down

0 comments on commit 94d0c44

Please sign in to comment.