Feat / Hero and HeroShelf improvements #1402
Annotations
3 errors
yarn install and test:
packages/ui-react/src/components/TruncatedText/TruncatedText.test.tsx#L10
Error: Snapshot `<TruncatedText> > renders and matches snapshot 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
<div>
<div
class="_truncatedText_b1c064"
- style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8;"
+ style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8; line-clamp: 8; display: -webkit-box;"
>
<div
class="_markdown_e219e2 _inline_e219e2"
>
Test...
❯ src/components/TruncatedText/TruncatedText.test.tsx:10:23
|
yarn install and test:
packages/ui-react/src/components/VideoDetails/VideoDetails.test.tsx#L25
Error: Snapshot `<VideoDetails> > renders and matches snapshot 1` mismatched
- Expected
+ Received
@@ -42,11 +42,11 @@
</strong>
</div>
</div>
<div
class="_truncatedText_b1c064 _description_77f2c2 _description_d0c133"
- style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8;"
+ style="max-height: calc(1.5em * 8); -webkit-line-clamp: 8; line-clamp: 8; display: -webkit-box;"
>
<div
class="_markdown_e219e2 _inline_e219e2"
>
Video description
❯ src/components/VideoDetails/VideoDetails.test.tsx:25:23
|
yarn install and test
Process completed with exit code 1.
|
Loading