Skip to content

Commit aed6890

Browse files
committed
try adding delay
1 parent e16882b commit aed6890

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/replay/privacyInput

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/replay/privacyInput/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sentryTest('should mask input initial value and its changes', async ({ getLocalT
4040
const text = 'test';
4141

4242
page.on('console', message => console.log(message.text()))
43-
await page.locator('#input').type(text, { timeout: 5000 });
43+
await page.locator('#input').type(text, { delay: 25, timeout: 5000 });
4444
console.log('input value: ', await page.locator('#input').inputValue());
4545
await forceFlushReplay();
4646
const allSnapshots = getIncrementalRecordingSnapshots(await reqPromise1);

0 commit comments

Comments
 (0)