Skip to content

Commit efad913

Browse files
committed
fix linting & flaky...?
1 parent 2f41282 commit efad913

File tree

2 files changed

+2
-2
lines changed
  • packages/browser-integration-tests/suites/replay/slowClick

2 files changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/slowClick/clickTargets/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import { getCustomRecordingEvents, shouldSkipReplayTest, waitForReplayRequest }
3535
sentryTest.skip();
3636
}
3737

38-
page.on('console', msg => console.log(msg.text()));
39-
4038
const reqPromise0 = waitForReplayRequest(page, 0);
4139

4240
await page.route('https://dsn.ingest.sentry.io/**/*', route => {

packages/browser-integration-tests/suites/replay/slowClick/mutation/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ sentryTest('mutation after threshold results in slow click', async ({ getLocalTe
2929
return breadcrumbs.some(breadcrumb => breadcrumb.category === 'ui.slowClickDetected');
3030
});
3131

32+
// Trigger this twice, sometimes this was flaky otherwise...
33+
await page.click('#mutationButton');
3234
await page.click('#mutationButton');
3335

3436
const { breadcrumbs } = getCustomRecordingEvents(await reqPromise1);

0 commit comments

Comments
 (0)