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 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
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
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 )
You can’t perform that action at this time.
0 commit comments