Skip to content

Commit 117e9f2

Browse files
committed
remove extra assertion from c&p
1 parent a7f5628 commit 117e9f2

File tree

2 files changed

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

2 files changed

+2
-4
lines changed

packages/integration-tests/suites/replay/privacyDefault/test.ts-snapshots/privacy.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
"type": 2,
3333
"tagName": "link",
3434
"attributes": {
35-
"rel": "icon",
36-
"type": "image/png",
37-
"href": "file://assets/icon/favicon.png"
35+
"rr_width": "[0-50]px",
36+
"rr_height": "[0-50]px"
3837
},
3938
"childNodes": [],
4039
"id": 6

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ sentryTest('should mask textarea initial value and its changes from `maskAllInpu
7676
await page.locator('#textarea').type(text)
7777
const snapshots = getIncrementalRecordingSnapshots(await reqPromise1).filter(isInputMutation);
7878
const lastSnapshot = snapshots[snapshots.length-1];
79-
expect(lastSnapshot.text).toBe(text);
8079
expect(lastSnapshot.text).toBe('*'.repeat(text.length));
8180

8281
await page.locator('#textarea-unmasked').type(text)

0 commit comments

Comments
 (0)