Skip to content

Commit b4147e1

Browse files
committed
update more aria label tests
1 parent 63ae059 commit b4147e1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dev-packages/browser-integration-tests/suites/replay/customEvents/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ sentryTest(
104104
nodeId: expect.any(Number),
105105
node: {
106106
attributes: {
107-
'aria-label': 'An Error in aria-label',
107+
'aria-label': '** ***** ** **********',
108108
class: 'btn btn-error',
109109
id: 'error',
110110
role: 'button',

dev-packages/browser-integration-tests/suites/replay/privacyBlock/test.ts-snapshots/privacy-chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"type": 2,
6363
"tagName": "button",
6464
"attributes": {
65-
"aria-label": "Click me",
65+
"aria-label": "***** **",
6666
"onclick": "console.log('Test log')"
6767
},
6868
"childNodes": [

dev-packages/browser-integration-tests/suites/replay/privacyBlock/test.ts-snapshots/privacy-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"type": 2,
6363
"tagName": "button",
6464
"attributes": {
65-
"aria-label": "Click me",
65+
"aria-label": "***** **",
6666
"onclick": "console.log('Test log')"
6767
},
6868
"childNodes": [

dev-packages/browser-integration-tests/suites/replay/privacyBlock/test.ts-snapshots/privacy-webkit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"type": 2,
6363
"tagName": "button",
6464
"attributes": {
65-
"aria-label": "Click me",
65+
"aria-label": "***** **",
6666
"onclick": "console.log('Test log')"
6767
},
6868
"childNodes": [

dev-packages/browser-integration-tests/suites/replay/privacyBlock/test.ts-snapshots/privacy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"type": 2,
6363
"tagName": "button",
6464
"attributes": {
65-
"aria-label": "Click me",
65+
"aria-label": "***** **",
6666
"onclick": "console.log('Test log')"
6767
},
6868
"childNodes": [

0 commit comments

Comments
 (0)