Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 9, 2023
1 parent 827ae5d commit a31fc60
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ exports[`<AccountPage /> should match snapshot 1`] = `
padding-right: 12px;
}
.c5 {
.c4 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -401,7 +401,7 @@ exports[`<AccountPage /> should match snapshot 1`] = `
width: 12px;
}
.c4 {
.c5 {
font-size: 12px;
line-height: normal;
font-weight: bold;
Expand Down Expand Up @@ -890,18 +890,16 @@ exports[`<AccountPage /> should match snapshot 1`] = `
<div
class="c3"
>
<span
<div
class="c4"
style="line-height: 34px;"
>
<div
<span
class="c5"
style="margin-top: 10px; margin-bottom: 10px;"
>
<span>
This is your account.
</span>
</div>
</span>
This is your account.
</span>
</div>
</div>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ exports[`<CreateWalletPage /> should match snapshot 1`] = `
padding-right: 12px;
}
.c20 {
.c19 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -336,7 +336,7 @@ exports[`<CreateWalletPage /> should match snapshot 1`] = `
line-height: 24px;
}
.c19 {
.c20 {
font-size: 12px;
line-height: normal;
font-weight: bold;
Expand Down Expand Up @@ -1463,18 +1463,16 @@ exports[`<CreateWalletPage /> should match snapshot 1`] = `
<div
class="c18"
>
<span
<div
class="c19"
style="line-height: 34px;"
>
<div
<span
class="c20"
style="margin-top: 10px; margin-bottom: 10px;"
>
<span>
createWallet.doNotShare
</span>
</div>
</span>
createWallet.doNotShare
</span>
</div>
</div>
<div
class="c21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ exports[`<TransactionConfirmation /> should render component 1`] = `
padding-right: 12px;
}
.c9 {
.c8 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -362,7 +362,7 @@ exports[`<TransactionConfirmation /> should render component 1`] = `
text-align: center;
}
.c8 {
.c9 {
font-size: 12px;
line-height: normal;
font-weight: bold;
Expand Down Expand Up @@ -582,22 +582,20 @@ exports[`<TransactionConfirmation /> should render component 1`] = `
<div
class="c7"
>
<span
<div
class="c8"
style="line-height: 34px;"
>
<div
<span
class="c9"
style="margin-top: 10px; margin-bottom: 10px;"
>
<span>
<span
class="c3"
>
Please confirm the deposit amount and the recipient address are correct and then click "Deposit".
</span>
<span
class="c3"
>
Please confirm the deposit amount and the recipient address are correct and then click "Deposit".
</span>
</div>
</span>
</span>
</div>
</div>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ exports[`<TransactionError /> should render component 1`] = `
padding-right: 12px;
}
.c10 {
.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -280,7 +280,7 @@ exports[`<TransactionError /> should render component 1`] = `
text-align: center;
}
.c9 {
.c10 {
font-size: 12px;
line-height: normal;
font-weight: bold;
Expand Down Expand Up @@ -493,18 +493,16 @@ exports[`<TransactionError /> should render component 1`] = `
<div
class="c8"
>
<span
<div
class="c9"
style="line-height: 34px;"
>
<div
<span
class="c10"
style="margin-top: 10px; margin-bottom: 10px;"
>
<span>
Unknown ParaTime error: error message
</span>
</div>
</span>
Unknown ParaTime error: error message
</span>
</div>
</div>
</div>
<div
Expand Down

0 comments on commit a31fc60

Please sign in to comment.