Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-ruxandra committed Jul 17, 2024
1 parent 0045abc commit 981a6e0
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1167,24 +1167,65 @@ exports[`renders correctly 1`] = `
</Text>
Sites that belong to a private project are visible to project team members. A project manager can change the privacy at any time. 
</Text>
<Text
letterSpacing="0.15px"
lineHeight="24px"
onPress={[Function]}
onPressIn={[Function]}
onPressOut={[Function]}
role="link"
<View
accessibilityRole="link"
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
dataSet={{}}
focusable={true}
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "#028843",
"fontSize": 16,
"fontWeight": "700",
"textDecorationLine": "underline",
"flexDirection": "row",
"height": "auto",
"width": "auto",
}
}
>
Read more about our data privacy policy.
</Text>
<Text
dataSet={{}}
style={
{
"backgroundColor": undefined,
"color": "#028843",
"fontFamily": undefined,
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "800",
"letterSpacing": 0.15,
"lineHeight": 24,
"textDecorationLine": "underline",
}
}
>
Read more about our data privacy policy.
</Text>
</View>
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1408,24 +1408,65 @@ exports[`renders correctly 1`] = `
</Text>
Sites that belong to a private project are visible to project team members. A project manager can change the privacy at any time. 
</Text>
<Text
letterSpacing="0.15px"
lineHeight="24px"
onPress={[Function]}
onPressIn={[Function]}
onPressOut={[Function]}
role="link"
<View
accessibilityRole="link"
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
dataSet={{}}
focusable={true}
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "#028843",
"fontSize": 16,
"fontWeight": "700",
"textDecorationLine": "underline",
"flexDirection": "row",
"height": "auto",
"width": "auto",
}
}
>
Read more about our data privacy policy.
</Text>
<Text
dataSet={{}}
style={
{
"backgroundColor": undefined,
"color": "#028843",
"fontFamily": undefined,
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "800",
"letterSpacing": 0.15,
"lineHeight": 24,
"textDecorationLine": "underline",
}
}
>
Read more about our data privacy policy.
</Text>
</View>
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1577,24 +1577,65 @@ exports[`renders correctly 1`] = `
</Text>
Sites that belong to a private project are visible to project team members. A project manager can change the privacy at any time. 
</Text>
<Text
letterSpacing="0.15px"
lineHeight="24px"
onPress={[Function]}
onPressIn={[Function]}
onPressOut={[Function]}
role="link"
<View
accessibilityRole="link"
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
dataSet={{}}
focusable={true}
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"color": "#028843",
"fontSize": 16,
"fontWeight": "700",
"textDecorationLine": "underline",
"flexDirection": "row",
"height": "auto",
"width": "auto",
}
}
>
Read more about our data privacy policy.
</Text>
<Text
dataSet={{}}
style={
{
"backgroundColor": undefined,
"color": "#028843",
"fontFamily": undefined,
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "800",
"letterSpacing": 0.15,
"lineHeight": 24,
"textDecorationLine": "underline",
}
}
>
Read more about our data privacy policy.
</Text>
</View>
</View>
</View>
</View>
Expand Down

0 comments on commit 981a6e0

Please sign in to comment.