Skip to content

Commit 4327222

Browse files
committed
snapshots
1 parent 22f4fe7 commit 4327222

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

packages/e2e-test-app-fabric/test/__snapshots__/PressableComponentTest.test.ts.snap

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,13 @@ exports[`Pressable Tests Pressables can have event handlers, hover and click 2`]
846846
"Name": "pressOut",
847847
"TextRangePattern.GetText": "pressOut",
848848
},
849+
{
850+
"AutomationId": "",
851+
"ControlType": 50020,
852+
"LocalizedControlType": "text",
853+
"Name": "focus",
854+
"TextRangePattern.GetText": "focus",
855+
},
849856
{
850857
"AutomationId": "",
851858
"ControlType": 50020,
@@ -891,6 +898,10 @@ exports[`Pressable Tests Pressables can have event handlers, hover and click 2`]
891898
"Type": "Microsoft.ReactNative.Composition.ParagraphComponentView",
892899
"_Props": {},
893900
},
901+
{
902+
"Type": "Microsoft.ReactNative.Composition.ParagraphComponentView",
903+
"_Props": {},
904+
},
894905
],
895906
},
896907
"Visual Tree": {
@@ -991,6 +1002,18 @@ exports[`Pressable Tests Pressables can have event handlers, hover and click 2`]
9911002
},
9921003
],
9931004
},
1005+
{
1006+
"Offset": "11, 85, 0",
1007+
"Size": "874, 20",
1008+
"Visual Type": "SpriteVisual",
1009+
"__Children": [
1010+
{
1011+
"Offset": "0, 0, 0",
1012+
"Size": "874, 20",
1013+
"Visual Type": "SpriteVisual",
1014+
},
1015+
],
1016+
},
9941017
],
9951018
},
9961019
}

0 commit comments

Comments
 (0)