Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Feb 25, 2025
1 parent c33da15 commit 5e9620f
Showing 1 changed file with 346 additions and 0 deletions.
346 changes: 346 additions & 0 deletions app/components/UI/Swaps/__snapshots__/QuotesView.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,352 @@ exports[`QuotesView should render quote screen 1`] = `
]
}
>
<View
style={
{
"flexDirection": "row",
"flexWrap": "wrap",
}
}
testID="swap-quote-summary"
>
<View
style={
{
"flex": 1,
"flexDirection": "row",
"flexWrap": "wrap",
"marginRight": 3,
}
}
>
<View
style={
{
"alignItems": "center",
"flexDirection": "row",
"flexWrap": "wrap",
"marginRight": 2,
}
}
>
<Text
style={
[
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 30,
"fontWeight": "400",
"marginVertical": 2,
},
undefined,
undefined,
{
"fontFamily": "EuclidCircularB-Bold",
"fontWeight": "600",
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
{
"color": "#141618",
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
Estimated gas fee
</Text>
<TouchableOpacity
hitSlop={
{
"bottom": 10,
"left": 10,
"right": 10,
"top": 10,
}
}
onPress={[Function]}
style={
{
"paddingHorizontal": 2,
}
}
testID="swap-gas-fee"
>
<Text
allowFontScaling={false}
style={
[
{
"color": undefined,
"fontSize": 13,
},
{
"color": "#6a737d",
},
{
"fontFamily": "Material Design Icons",
"fontStyle": "normal",
"fontWeight": "normal",
},
{},
]
}
>
</Text>
</TouchableOpacity>
</View>
</View>
<View
collapsable={false}
pointerEvents={null}
style={
{
"flex": 1,
"flexDirection": "row",
"flexWrap": "wrap",
"justifyContent": "flex-end",
"marginLeft": 3,
"opacity": 1,
}
}
>
<TouchableOpacity
disabled={true}
>
<Text
style={
[
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 30,
"fontWeight": "400",
"marginVertical": 2,
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
{
"textTransform": "uppercase",
},
undefined,
undefined,
false,
undefined,
false,
undefined,
undefined,
]
}
>
0.00291
ETH
</Text>
</TouchableOpacity>
<Text
style={
[
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 30,
"fontWeight": "400",
"marginVertical": 2,
},
undefined,
undefined,
{
"fontFamily": "EuclidCircularB-Bold",
"fontWeight": "600",
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
{
"color": "#141618",
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
</Text>
</View>
</View>
<View
style={
{
"flexDirection": "row",
"flexWrap": "wrap",
}
}
>
<View
style={
{
"flex": 1,
"flexDirection": "row",
"flexWrap": "wrap",
"marginRight": 3,
}
}
/>
<View
collapsable={false}
pointerEvents={null}
style={
{
"flex": 1,
"flexDirection": "row",
"flexWrap": "wrap",
"justifyContent": "flex-end",
"marginLeft": 3,
"opacity": 1,
}
}
>
<Text
style={
[
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 30,
"fontWeight": "400",
"marginVertical": 2,
},
undefined,
undefined,
{
"fontFamily": "EuclidCircularB-Bold",
"fontWeight": "600",
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
{
"color": "#141618",
},
undefined,
undefined,
{
"fontSize": 12,
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
Max fee
:
</Text>
<Text
style={
[
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 30,
"fontWeight": "400",
"marginVertical": 2,
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
{
"color": "#141618",
},
undefined,
undefined,
{
"fontSize": 12,
},
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
</Text>
</View>
</View>
<View
style={
[
Expand Down

0 comments on commit 5e9620f

Please sign in to comment.