We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d056b0b commit 3cbc2fbCopy full SHA for 3cbc2fb
apps/src/tests/Test2896.tsx
@@ -71,8 +71,10 @@ function Home({ navigation }: StackNavigationProp) {
71
justifyContent: 'center',
72
alignItems: 'center',
73
}}>
74
- <Text testID="home-text-behind-form-sheet">This should be covered by expanded formSheet.</Text>
75
- </View>
+ <Text testID="home-text-behind-form-sheet">
+ This should be covered by expanded formSheet.
76
+ </Text>
77
+ </View>
78
<View
79
style={{
80
flex: 1,
0 commit comments