Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
chore(test): update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: irmerk <[email protected]>
  • Loading branch information
jolanglinais committed Dec 18, 2019
1 parent c0e6ef9 commit ac5d243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/ContractEditor/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
<div
class="item"
role="option"
style="font-size: 25px; line-height: 23px; font-weight: bold; color: rgb(18, 35, 48); font-family: serif;"
style="font-size: 25px; line-height: 23px; font-weight: bold; color: rgb(18, 35, 48);"
>
<span
class="text"
Expand All @@ -57,7 +57,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
<div
class="item"
role="option"
style="font-size: 20px; line-height: 20px; font-weight: bold; color: rgb(18, 35, 48); font-family: serif;"
style="font-size: 20px; line-height: 20px; font-weight: bold; color: rgb(18, 35, 48);"
>
<span
class="text"
Expand All @@ -68,7 +68,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
<div
class="item"
role="option"
style="font-size: 16px; line-height: 16px; font-weight: bold; color: rgb(18, 35, 48); font-family: serif;"
style="font-size: 16px; line-height: 16px; font-weight: bold; color: rgb(18, 35, 48);"
>
<span
class="text"
Expand Down Expand Up @@ -372,7 +372,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
</div>
</div>
<div
class="sc-bxivhb fquueO"
class="sc-bxivhb fAbwyP"
>
<div>
<div
Expand Down
6 changes: 0 additions & 6 deletions src/Navigation/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ exports[`<NavigationComponent /> on initialization renders component correctly h
Object {
"clauseColor": undefined,
"clauseHeaderColor": undefined,
"clauseHeaderHover": undefined,
"clauseHover": undefined,
"headerColor": undefined,
"headerHover": undefined,
}
}
/>
Expand Down Expand Up @@ -96,10 +93,7 @@ exports[`<NavigationComponent /> on initialization renders component correctly s
Object {
"clauseColor": undefined,
"clauseHeaderColor": undefined,
"clauseHeaderHover": undefined,
"clauseHover": undefined,
"headerColor": undefined,
"headerHover": undefined,
}
}
/>
Expand Down

0 comments on commit ac5d243

Please sign in to comment.