Skip to content

Commit e16882b

Browse files
committed
log input value
1 parent 126a5e4 commit e16882b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sentryTest('should mask input initial value and its changes', async ({ getLocalT
4141

4242
page.on('console', message => console.log(message.text()))
4343
await page.locator('#input').type(text, { timeout: 5000 });
44+
console.log('input value: ', await page.locator('#input').inputValue());
4445
await forceFlushReplay();
4546
const allSnapshots = getIncrementalRecordingSnapshots(await reqPromise1);
4647
const snapshots = allSnapshots.filter(isInputMutation);

0 commit comments

Comments
 (0)