File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/integration-tests/suites/replay
privacyDefault/test.ts-snapshots Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 32
32
"type" : 2 ,
33
33
"tagName" : " link" ,
34
34
"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"
38
37
},
39
38
"childNodes" : [],
40
39
"id" : 6
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ sentryTest('should mask textarea initial value and its changes from `maskAllInpu
76
76
await page . locator ( '#textarea' ) . type ( text )
77
77
const snapshots = getIncrementalRecordingSnapshots ( await reqPromise1 ) . filter ( isInputMutation ) ;
78
78
const lastSnapshot = snapshots [ snapshots . length - 1 ] ;
79
- expect ( lastSnapshot . text ) . toBe ( text ) ;
80
79
expect ( lastSnapshot . text ) . toBe ( '*' . repeat ( text . length ) ) ;
81
80
82
81
await page . locator ( '#textarea-unmasked' ) . type ( text )
You can’t perform that action at this time.
0 commit comments