Skip to content

Commit

Permalink
chore: fix ci (#2208)
Browse files Browse the repository at this point in the history
* chore: fix ci

* fix: revert russian change
  • Loading branch information
Tom Lienard authored Jan 19, 2023
1 parent 429c391 commit 94f957a
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

exports[`Text renders correctly with tooltip 1`] = `
<DocumentFragment>
.cache-yb56yg-StyledChildrenContainer {
display: inherit;
}
.cache-gbpmfn-StyledText {
.cache-gbpmfn-StyledText {
color: #4a4f62;
font-size: 16px;
font-family: Asap;
Expand All @@ -25,14 +21,9 @@ exports[`Text renders correctly with tooltip 1`] = `
style="margin-bottom: 16px; margin-top: 8px; width: 500px;"
>
<div
aria-describedby=":rc:"
class="cache-yb56yg-StyledChildrenContainer ep3agpf0"
class="cache-gbpmfn-StyledText e1tg3t120"
>
<div
class="cache-gbpmfn-StyledText e1tg3t120"
>
This text is quite long. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</div>
This text is quite long. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</div>
</div>
</DocumentFragment>
Expand Down

0 comments on commit 94f957a

Please sign in to comment.