Bump styled-components from 6.1.13 to 6.1.14 #247
Annotations
10 errors and 1 warning
Test:
src/components/Button/Button.test.tsx#L14
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<button
- class="sc-blHHSb fnnvxy"
+ class="sc-KXCwU iYGYvA"
>
Test
</button>
</DocumentFragment>
❯ src/components/Button/Button.test.tsx:14:24
|
Test:
src/components/ButtonGroup/ButtonGroup.test.tsx#L7
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<div
- class="sc-blHHSb jPqcIs"
+ class="sc-KXCwU jJOLFu"
>
Test
</div>
</DocumentFragment>
❯ src/components/ButtonGroup/ButtonGroup.test.tsx:7:24
|
Test:
src/components/Editor/Editor.test.tsx#L17
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
@@ -1,12 +1,12 @@
<DocumentFragment>
<div
- class="sc-blHHSb huuqUm"
+ class="sc-KXCwU bblkEw"
>
<textarea
aria-label="Markdown"
- class="sc-gtLWhw fTZlYX"
+ class="sc-gyycJP fDODSN"
placeholder="Write markdown here"
>
Test
</textarea>
</div>
❯ src/components/Editor/Editor.test.tsx:17:24
|
Test:
src/components/Editor/Editor.test.tsx#L46
Error: Snapshot `renders correctly with disabled and isLoading 1` mismatched
- Expected
+ Received
<DocumentFragment>
<div
- class="sc-blHHSb huuqUm"
+ class="sc-KXCwU bblkEw"
>
<textarea
aria-label="Markdown"
- class="sc-gtLWhw fTZlYX"
+ class="sc-gyycJP fDODSN"
disabled=""
placeholder="Write markdown here"
>
Test
</textarea>
<div
- class="sc-egkSDF bFHuzk"
+ class="sc-eaUbBy kftTHf"
/>
</div>
</DocumentFragment>
❯ src/components/Editor/Editor.test.tsx:46:24
|
Test:
src/components/Icon/Icon.test.tsx#L14
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<button
- class="sc-blHHSb evDhHP"
+ class="sc-KXCwU vbAcF"
>
<img
- class="sc-gtLWhw iqsKKO"
+ class="sc-gyycJP icrZrY"
src="/src/components/Icon/svg/presentation.svg"
/>
</button>
</DocumentFragment>
❯ src/components/Icon/Icon.test.tsx:14:24
|
Test:
src/components/Icon/Icon.test.tsx#L36
Error: Snapshot `renders correctly with tooltip 1` mismatched
- Expected
+ Received
<DocumentFragment>
<button
- class="sc-blHHSb evDhHP"
+ class="sc-KXCwU vbAcF"
>
<img
- class="sc-gtLWhw iqsKKO"
+ class="sc-gyycJP icrZrY"
src="/src/components/Icon/svg/share.svg"
/>
</button>
</DocumentFragment>
❯ src/components/Icon/Icon.test.tsx:36:24
|
Test:
src/components/Logo/Logo.test.tsx#L8
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<img
alt="Slidesdown"
- class="sc-blHHSb irXyoh"
+ class="sc-KXCwU eomrKv"
src="/src/components/Logo/logo.svg"
/>
</DocumentFragment>
❯ src/components/Logo/Logo.test.tsx:8:24
|
Test:
src/components/Notification/Notification.test.tsx#L14
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<div
- class="sc-blHHSb kZZaZY"
+ class="sc-KXCwU fqGqti"
>
Test
</div>
</DocumentFragment>
❯ src/components/Notification/Notification.test.tsx:14:24
|
Test:
src/components/Slide/Slide.test.tsx#L29
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
@@ -1,12 +1,12 @@
<DocumentFragment>
<div
- class="sc-blHHSb uATcL"
+ class="sc-KXCwU gpkIkp"
style="height: 450px; width: 800px;"
>
<div
- class="sc-gtLWhw zwDwc slide"
+ class="sc-gyycJP laEFvW slide"
style="transform: translate(-50%, -50%) scale(1);"
>
<div>
<h1>
Heading 1
@@ -229,11 +229,11 @@
<hr />
<p>
<span
- class="sc-egkSDF ePahb"
+ class="sc-eaUbBy jVdkfw"
>
<img
alt=""
src="http://www.domain.com/image.jpg"
/>
@@ -243,45 +243,45 @@
<hr />
<table
- class="sc-fAUdSK byDheB"
+ class="sc-gaZyOd htoGbi"
>
<thead>
<tr>
<th
- class="sc-dntaoT jjJBOH"
+ class="sc-dDvxFM fYnWGx"
>
Column 1
</th>
<th
- class="sc-dntaoT jjJBOH"
+ class="sc-dDvxFM fYnWGx"
>
Column 2
</th>
<th
- class="sc-dntaoT jjJBOH"
+ class="sc-dDvxFM fYnWGx"
>
Column 3
</th>
</tr>
</thead>
<tbody>
<tr>
<td
- class="sc-ivxoEo jqUkVs"
+ class="sc-jqVXSH fTsHtj"
>
Cell 1
</td>
<td
- class="sc-ivxoEo jqUkVs"
+ class="sc-jqVXSH fTsHtj"
>
Cell 2
</td>
<td
- class="sc-ivxoEo jqUkVs"
+ class="sc-jqVXSH fTsHtj"
>
Cell 3
</td>
</tr>
</tbody>
❯ src/components/Slide/Slide.test.tsx:29:24
|
Test:
src/components/Spinner/Spinner.test.tsx#L14
Error: Snapshot `renders correctly 1` mismatched
- Expected
+ Received
<DocumentFragment>
<div
- class="sc-blHHSb fPkpAo"
+ class="sc-KXCwU eNKLvy"
/>
</DocumentFragment>
❯ src/components/Spinner/Spinner.test.tsx:14:24
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading