Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PC-21416) feat(statusBar): update snapshots
Browse files Browse the repository at this point in the history
S4andro committed Jul 31, 2023
1 parent a46bc87 commit 629e27f
Showing 4 changed files with 1,734 additions and 1,562 deletions.
Original file line number Diff line number Diff line change
@@ -145,6 +145,40 @@ exports[`GenericHome should display real content 1`] = `
]
}
/>
<View
height={16}
style={
Array [
Object {
"backdropFilter": "blur(20px)",
"height": 16,
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
},
]
}
>
<BlurView
blurAmount={8}
blurType="light"
style={
Array [
Object {
"backgroundColor": "transparent",
},
Array [
Object {
"flexBasis": 0,
"flexGrow": 1,
"flexShrink": 1,
},
],
]
}
/>
</View>
</View>
`;

@@ -293,5 +327,39 @@ exports[`GenericHome should display skeleton 1`] = `
]
}
/>
<View
height={16}
style={
Array [
Object {
"backdropFilter": "blur(20px)",
"height": 16,
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
},
]
}
>
<BlurView
blurAmount={8}
blurType="light"
style={
Array [
Object {
"backgroundColor": "transparent",
},
Array [
Object {
"flexBasis": 0,
"flexGrow": 1,
"flexShrink": 1,
},
],
]
}
/>
</View>
</View>
`;
34 changes: 34 additions & 0 deletions __snapshots__/features/home/pages/Home.native.test.tsx.native-snap
Original file line number Diff line number Diff line change
@@ -421,5 +421,39 @@ exports[`Home page should render correctly 1`] = `
]
}
/>
<View
height={16}
style={
Array [
Object {
"backdropFilter": "blur(20px)",
"height": 16,
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
},
]
}
>
<BlurView
blurAmount={8}
blurType="light"
style={
Array [
Object {
"backgroundColor": "transparent",
},
Array [
Object {
"flexBasis": 0,
"flexGrow": 1,
"flexShrink": 1,
},
],
]
}
/>
</View>
</View>
`;
Original file line number Diff line number Diff line change
@@ -348,6 +348,40 @@ exports[`ThematicHome should render correctly 1`] = `
]
}
/>
<View
height={16}
style={
Array [
Object {
"backdropFilter": "blur(20px)",
"height": 16,
"left": 0,
"overflow": "hidden",
"position": "absolute",
"right": 0,
},
]
}
>
<BlurView
blurAmount={8}
blurType="light"
style={
Array [
Object {
"backgroundColor": "transparent",
},
Array [
Object {
"flexBasis": 0,
"flexGrow": 1,
"flexShrink": 1,
},
],
]
}
/>
</View>
</View>
<View
collapsable={false}
3,160 changes: 1,598 additions & 1,562 deletions __snapshots__/features/profile/pages/Profile.native.test.tsx.native-snap

Large diffs are not rendered by default.

0 comments on commit 629e27f

Please sign in to comment.