Skip to content

Commit 2c87ef1

Browse files
chore: updating snapshots
1 parent 9826fe9 commit 2c87ef1

File tree

12 files changed

+54
-35
lines changed

12 files changed

+54
-35
lines changed

app/components/UI/Bridge/components/BridgeDestNetworkSelector/__snapshots__/BridgeDestNetworkSelector.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,14 @@ exports[`BridgeDestNetworkSelector renders with initial state and displays netwo
468468
style={
469469
{
470470
"color": "#121314",
471-
"flex": 1,
472471
"fontFamily": "Geist Bold",
473-
"fontSize": 18,
472+
"fontSize": 16,
474473
"letterSpacing": 0,
475474
"lineHeight": 24,
476475
"textAlign": "center",
477476
}
478477
}
478+
testID="header-title"
479479
>
480480
Select network
481481
</Text>

app/components/UI/Bridge/components/BridgeDestTokenSelector/__snapshots__/BridgeDestTokenSelector.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,13 @@ exports[`BridgeDestTokenSelector renders with initial state and displays tokens
469469
{
470470
"color": "#121314",
471471
"fontFamily": "Geist Bold",
472-
"fontSize": 18,
472+
"fontSize": 16,
473473
"letterSpacing": 0,
474474
"lineHeight": 24,
475+
"textAlign": "center",
475476
}
476477
}
478+
testID="header-title"
477479
>
478480
Select token
479481
</Text>

app/components/UI/Bridge/components/BridgeSourceNetworkSelector/__snapshots__/BridgeSourceNetworkSelector.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,14 @@ exports[`BridgeSourceNetworkSelector renders with initial state and displays net
468468
style={
469469
{
470470
"color": "#121314",
471-
"flex": 1,
472471
"fontFamily": "Geist Bold",
473-
"fontSize": 18,
472+
"fontSize": 16,
474473
"letterSpacing": 0,
475474
"lineHeight": 24,
476475
"textAlign": "center",
477476
}
478477
}
478+
testID="header-title"
479479
>
480480
Select network
481481
</Text>

app/components/UI/Bridge/components/BridgeSourceTokenSelector/__snapshots__/BridgeSourceTokenSelector.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,13 @@ exports[`BridgeSourceTokenSelector renders with initial state and displays token
469469
{
470470
"color": "#121314",
471471
"fontFamily": "Geist Bold",
472-
"fontSize": 18,
472+
"fontSize": 16,
473473
"letterSpacing": 0,
474474
"lineHeight": 24,
475+
"textAlign": "center",
475476
}
476477
}
478+
testID="header-title"
477479
>
478480
Select token
479481
</Text>

app/components/UI/Bridge/components/QuoteExpiredModal/__snapshots__/QuoteExpiredModal.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,13 @@ exports[`QuoteExpiredModal renders correctly 1`] = `
168168
{
169169
"color": "#121314",
170170
"fontFamily": "Geist Bold",
171-
"fontSize": 18,
171+
"fontSize": 16,
172172
"letterSpacing": 0,
173173
"lineHeight": 24,
174+
"textAlign": "center",
174175
}
175176
}
177+
testID="header-title"
176178
>
177179
New quotes are available
178180
</Text>

app/components/UI/Bridge/components/SlippageModal/__snapshots__/SlippageModal.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,13 @@ exports[`SlippageModal renders all UI elements with the proper slippage options
168168
{
169169
"color": "#121314",
170170
"fontFamily": "Geist Bold",
171-
"fontSize": 18,
171+
"fontSize": 16,
172172
"letterSpacing": 0,
173173
"lineHeight": 24,
174+
"textAlign": "center",
174175
}
175176
}
177+
testID="header-title"
176178
>
177179
Slippage
178180
</Text>

app/components/UI/Ramp/Deposit/Views/Modals/PaymentMethodSelectorModal/__snapshots__/PaymentMethodSelectorModal.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,13 @@ exports[`PaymentMethodSelectorModal Component renders correctly and matches snap
468468
{
469469
"color": "#121314",
470470
"fontFamily": "Geist Bold",
471-
"fontSize": 18,
471+
"fontSize": 16,
472472
"letterSpacing": 0,
473473
"lineHeight": 24,
474+
"textAlign": "center",
474475
}
475476
}
477+
testID="header-title"
476478
>
477479
Select a Payment Method
478480
</Text>

app/components/UI/Ramp/Deposit/Views/Modals/RegionSelectorModal/__snapshots__/RegionSelectorModal.test.tsx.snap

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,13 @@ exports[`RegionSelectorModal Component handles empty regions array from navigati
468468
{
469469
"color": "#121314",
470470
"fontFamily": "Geist Bold",
471-
"fontSize": 18,
471+
"fontSize": 16,
472472
"letterSpacing": 0,
473473
"lineHeight": 24,
474+
"textAlign": "center",
474475
}
475476
}
477+
testID="header-title"
476478
>
477479
Select a region
478480
</Text>
@@ -1175,11 +1177,13 @@ exports[`RegionSelectorModal Component receives and uses regions from navigation
11751177
{
11761178
"color": "#121314",
11771179
"fontFamily": "Geist Bold",
1178-
"fontSize": 18,
1180+
"fontSize": 16,
11791181
"letterSpacing": 0,
11801182
"lineHeight": 24,
1183+
"textAlign": "center",
11811184
}
11821185
}
1186+
testID="header-title"
11831187
>
11841188
Select a region
11851189
</Text>
@@ -2078,11 +2082,13 @@ exports[`RegionSelectorModal Component render matches snapshot 1`] = `
20782082
{
20792083
"color": "#121314",
20802084
"fontFamily": "Geist Bold",
2081-
"fontSize": 18,
2085+
"fontSize": 16,
20822086
"letterSpacing": 0,
20832087
"lineHeight": 24,
2088+
"textAlign": "center",
20842089
}
20852090
}
2091+
testID="header-title"
20862092
>
20872093
Select a region
20882094
</Text>
@@ -3225,11 +3231,13 @@ exports[`RegionSelectorModal Component render matches snapshot when search has n
32253231
{
32263232
"color": "#121314",
32273233
"fontFamily": "Geist Bold",
3228-
"fontSize": 18,
3234+
"fontSize": 16,
32293235
"letterSpacing": 0,
32303236
"lineHeight": 24,
3237+
"textAlign": "center",
32313238
}
32323239
}
3240+
testID="header-title"
32333241
>
32343242
Select a region
32353243
</Text>
@@ -3973,11 +3981,13 @@ exports[`RegionSelectorModal Component render matches snapshot when searching fo
39733981
{
39743982
"color": "#121314",
39753983
"fontFamily": "Geist Bold",
3976-
"fontSize": 18,
3984+
"fontSize": 16,
39773985
"letterSpacing": 0,
39783986
"lineHeight": 24,
3987+
"textAlign": "center",
39793988
}
39803989
}
3990+
testID="header-title"
39813991
>
39823992
Select a region
39833993
</Text>
@@ -4809,11 +4819,13 @@ exports[`RegionSelectorModal Component render matches snapshot with allRegionsSe
48094819
{
48104820
"color": "#121314",
48114821
"fontFamily": "Geist Bold",
4812-
"fontSize": 18,
4822+
"fontSize": 16,
48134823
"letterSpacing": 0,
48144824
"lineHeight": 24,
4825+
"textAlign": "center",
48154826
}
48164827
}
4828+
testID="header-title"
48174829
>
48184830
Select a region
48194831
</Text>
@@ -5956,11 +5968,13 @@ exports[`RegionSelectorModal Component render matches snapshot with custom selec
59565968
{
59575969
"color": "#121314",
59585970
"fontFamily": "Geist Bold",
5959-
"fontSize": 18,
5971+
"fontSize": 16,
59605972
"letterSpacing": 0,
59615973
"lineHeight": 24,
5974+
"textAlign": "center",
59625975
}
59635976
}
5977+
testID="header-title"
59645978
>
59655979
Select a region
59665980
</Text>
@@ -7103,11 +7117,13 @@ exports[`RegionSelectorModal Component sorts recommended regions to the top when
71037117
{
71047118
"color": "#121314",
71057119
"fontFamily": "Geist Bold",
7106-
"fontSize": 18,
7120+
"fontSize": 16,
71077121
"letterSpacing": 0,
71087122
"lineHeight": 24,
7123+
"textAlign": "center",
71097124
}
71107125
}
7126+
testID="header-title"
71117127
>
71127128
Select a region
71137129
</Text>

app/components/Views/AccountPermissions/AccountPermissionsConfirmRevokeAll/__snapshots__/AccountPermissionsConfirmRevokeAll.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ exports[`AccountPermissionsConfirmRevokeAll renders correctly 1`] = `
154154
{
155155
"color": "#121314",
156156
"fontFamily": "Geist Bold",
157-
"fontSize": 18,
157+
"fontSize": 16,
158158
"letterSpacing": 0,
159159
"lineHeight": 24,
160+
"textAlign": "center",
160161
}
161162
}
163+
testID="header-title"
162164
>
163165
Disconnect all
164166
</Text>

app/components/Views/AccountPermissions/ConnectionDetails/__snapshots__/ConnectionDetails.test.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ exports[`ConnectionDetails renders correctly 1`] = `
3737
{
3838
"color": "#121314",
3939
"fontFamily": "Geist Bold",
40-
"fontSize": 18,
40+
"fontSize": 16,
4141
"letterSpacing": 0,
4242
"lineHeight": 24,
43+
"textAlign": "center",
4344
}
4445
}
46+
testID="header-title"
4547
>
4648
Connection Details
4749
</Text>

0 commit comments

Comments
 (0)