Skip to content

Commit

Permalink
test: update snapshots after Text and Title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaGometz committed Nov 10, 2020
1 parent c5fc312 commit 0c0083f
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 36 deletions.
4 changes: 2 additions & 2 deletions src/lib/Card/__snapshots__/Card.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ exports[`renders without crashing 1`] = `
className="style__CardBase-f361m8-0 iJWuhS"
>
<span
className="style__TitleBase-td7fx4-0 hQMgyM"
className="style__TitleBase-td7fx4-0 hLSsJL"
>
Content
<strong>
sample
</strong>
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<strong>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/DaTableHead/__snapshots__/DaTableHead.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`renders without crashing 1`] = `
onClick={[Function]}
>
<span
className="style__TitleBase-td7fx4-0 VDMqd"
className="style__TitleBase-td7fx4-0 icBJaJ"
>
Search and filters
</span>
Expand Down
5 changes: 2 additions & 3 deletions src/lib/DataLegend/__snapshots__/DataLegend.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

exports[`renders without crashing 1`] = `
<div
className="style__DataLegendBase-i8w4k0-0 UiCIb"
value={0}
className="style__DataLegendBase-i8w4k0-0 bumjiH"
>
<span
className="value"
Expand All @@ -16,7 +15,7 @@ exports[`renders without crashing 1`] = `
%
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
dolor sit amet, consectetur
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/FormControl/__snapshots__/FormControl.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ exports[`renders without crashing 1`] = `
className="style__MessageBase-ts6lfl-0 eoaPVg"
>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur non sodales.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/HR/__snapshots__/HR.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

exports[`renders without crashing 1`] = `
<div
className="style__HRBase-t48nyg-0 dnTRXR"
className="style__HRBase-t48nyg-0 xVGXl"
/>
`;
12 changes: 6 additions & 6 deletions src/lib/Histogram/__snapshots__/Histogram.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`renders without crashing 1`] = `
className="HistogramYaxisValue__YaxisValueBase-sc-1m1565e-0 kylFbc"
>
<span
className="style__TextBase-sc-11ixwvd-0 fncwKx"
className="style__TextBase-sc-11ixwvd-0 dulfDm"
>
0
</span>
Expand All @@ -20,7 +20,7 @@ exports[`renders without crashing 1`] = `
className="HistogramYaxisValue__YaxisValueBase-sc-1m1565e-0 jhkxKN"
>
<span
className="style__TextBase-sc-11ixwvd-0 fncwKx"
className="style__TextBase-sc-11ixwvd-0 dulfDm"
>
110
</span>
Expand All @@ -33,7 +33,7 @@ exports[`renders without crashing 1`] = `
className="bar"
/>
<span
className="style__TextBase-sc-11ixwvd-0 fsNJsf"
className="style__TextBase-sc-11ixwvd-0 dJSUZe"
/>
</div>
<div
Expand All @@ -43,7 +43,7 @@ exports[`renders without crashing 1`] = `
className="bar"
/>
<span
className="style__TextBase-sc-11ixwvd-0 fsNJsf"
className="style__TextBase-sc-11ixwvd-0 dJSUZe"
/>
</div>
<div
Expand All @@ -53,7 +53,7 @@ exports[`renders without crashing 1`] = `
className="bar"
/>
<span
className="style__TextBase-sc-11ixwvd-0 fsNJsf"
className="style__TextBase-sc-11ixwvd-0 dJSUZe"
/>
</div>
<div
Expand All @@ -63,7 +63,7 @@ exports[`renders without crashing 1`] = `
className="bar"
/>
<span
className="style__TextBase-sc-11ixwvd-0 fsNJsf"
className="style__TextBase-sc-11ixwvd-0 dJSUZe"
/>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/HistogramBar/__snapshots__/HistogramBar.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`renders without crashing 1`] = `
className="style__MessageBase-ts6lfl-0 SVZMW"
>
<p
className="style__TextBase-sc-11ixwvd-0 lbrLDF"
className="style__TextBase-sc-11ixwvd-0 iKlzdO"
>
60 in label
</p>
Expand All @@ -17,7 +17,7 @@ exports[`renders without crashing 1`] = `
className="bar"
/>
<span
className="style__TextBase-sc-11ixwvd-0 fsNJsf"
className="style__TextBase-sc-11ixwvd-0 dJSUZe"
>
label
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/List/__snapshots__/List.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`renders without crashing 1`] = `
className="bullet"
/>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Something
</p>
Expand All @@ -28,7 +28,7 @@ exports[`renders without crashing 1`] = `
className="bullet"
/>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Something else
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`renders without crashing 1`] = `
>
<li>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Text 1
</p>
Expand All @@ -16,7 +16,7 @@ exports[`renders without crashing 1`] = `
className="style__DotBase-dbqcuj-0 iNACDc"
/>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Text 2
</p>
Expand All @@ -26,7 +26,7 @@ exports[`renders without crashing 1`] = `
className="style__DotBase-dbqcuj-0 iNACDc"
/>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Text 3
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ListItem/__snapshots__/ListItem.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`renders without crashing 1`] = `
className="bullet"
/>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Something
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Menu/__snapshots__/Menu.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`renders without crashing 1`] = `
Tree
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sit amet accumsan dolor. Nullam fringilla quam leo.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/MenuList/__snapshots__/MenuList.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports[`renders without crashing 1`] = `
Tree
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sit amet accumsan dolor. Nullam fringilla quam leo.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exports[`renders without crashing 1`] = `
Dev
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sit amet accumsan dolor. Nullam fringilla quam leo, id bibendum felis iaculis eu.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/MenuPrimary/__snapshots__/MenuPrimary.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`renders without crashing 1`] = `
Tree
</span>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sit amet accumsan dolor. Nullam fringilla quam leo.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Message/__snapshots__/Message.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders without crashing 1`] = `
className="style__MessageBase-ts6lfl-0 eoaPVg"
>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur non sodales.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Modal/__snapshots__/Modal.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`renders without crashing 1`] = `
className="style__ModalBodyBase-md16g0-0 gOAJTo"
>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
This is the body.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ModalBody/__snapshots__/ModalBody.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders without crashing 1`] = `
className="style__ModalBodyBase-md16g0-0 gOAJTo"
>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
This is the body.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/ModalContent/__snapshots__/ModalContent.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`renders without crashing 1`] = `
className="style__ModalHeaderBase-e1z6bj-0 clfhBu"
>
<span
className="style__TitleBase-td7fx4-0 hQMgyM"
className="style__TitleBase-td7fx4-0 hLSsJL"
>
This is the Title
</span>
Expand All @@ -17,7 +17,7 @@ exports[`renders without crashing 1`] = `
className="style__ModalBodyBase-md16g0-0 gOAJTo"
>
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Curabitur congue varius ex et posuere. Maecenas tincidunt diam ut nisl porttitor scelerisque.Curabitur congue varius ex et posuere. Maecenas tincidunt diam ut nisl porttitor scelerisque.Curabitur congue varius ex et posuere. Maecenas tincidunt diam ut nisl porttitor scelerisque.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ModalHeader/__snapshots__/ModalHeader.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders without crashing 1`] = `
className="style__ModalHeaderBase-e1z6bj-0 clfhBu"
>
<span
className="style__TitleBase-td7fx4-0 hQMgyM"
className="style__TitleBase-td7fx4-0 hLSsJL"
>
This is the Title
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders without crashing 1`] = `
className="style__SidebarMenuCategoryBase-sfn1v8-0 jfhnvr"
>
<span
className="style__TitleBase-td7fx4-0 kWKzOq"
className="style__TitleBase-td7fx4-0 hJyaAO"
>
Categorie de pages
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Text/__snapshots__/Text.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`renders without crashing 1`] = `
Array [
<p
className="style__TextBase-sc-11ixwvd-0 jjYLjP"
className="style__TextBase-sc-11ixwvd-0 YbuHI"
>
Lorem ipsum dolor sit amet, consectetur
Expand All @@ -18,7 +18,7 @@ Array [
laoreet sodales.
</p>,
<strong
className="style__TextBase-sc-11ixwvd-0 hPwWbA"
className="style__TextBase-sc-11ixwvd-0 kjJLoT"
>
Lorem ipsum dolor sit amet, consectetur
</strong>,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Title/__snapshots__/Title.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`renders without crashing 1`] = `
<span
className="style__TitleBase-td7fx4-0 hQMgyM"
className="style__TitleBase-td7fx4-0 hLSsJL"
>
Your title with
<strong>
Expand Down

0 comments on commit 0c0083f

Please sign in to comment.