nuxt-ecosystem-ci #174
Annotations
7 errors and 1 warning
tests/nuxt/content-rich.test.ts > content-rich > group mention:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L39
Error: Snapshot `content-rich > group mention > html 1` mismatched
- Expected
+ Received
"<p>
<span class="h-card"
><a
class="u-url mention"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/@pilipinas@lemmy.ml"
- ><bdi
- ><span data-type="mention" data-id="pilipinas@lemmy.ml"
- >@pilipinas</span
- ></bdi
+ to="//@pilipinas@lemmy.ml"
+ ><span data-type="mention" data-id="pilipinas@lemmy.ml"
+ >@pilipinas</span
></a
></span
>
</p>
"
❯ tests/nuxt/content-rich.test.ts:39:5
|
tests/nuxt/content-rich.test.ts > content-rich > hashtag adds bdi:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L161
Error: Snapshot `content-rich > hashtag adds bdi 1` mismatched
- Expected
+ Received
"<p>
Testing bdi is added
<a
class="mention hashtag"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/tags/turkey"
+ to="//tags/turkey"
><bdi>#<span>turkey</span></bdi></a
>
</p>
<p></p>
"
❯ tests/nuxt/content-rich.test.ts:161:5
|
tests/nuxt/content-rich.test.ts > content-rich > hashtag doesn't add 2 bdi:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L168
Error: Snapshot `content-rich > hashtag doesn't add 2 bdi 1` mismatched
- Expected
+ Received
"<p>
Testing bdi not added
<a
class="mention hashtag"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/tags/turkey"
+ to="//tags/turkey"
><bdi></bdi
></a>
</p>
<p></p>
"
❯ tests/nuxt/content-rich.test.ts:168:1
|
tests/nuxt/content-rich.test.ts > content-rich > group mention:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L39
Error: Snapshot `content-rich > group mention > html 1` mismatched
- Expected
+ Received
"<p>
<span class="h-card"
><a
class="u-url mention"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/@pilipinas@lemmy.ml"
- ><bdi
- ><span data-type="mention" data-id="pilipinas@lemmy.ml"
- >@pilipinas</span
- ></bdi
+ to="//@pilipinas@lemmy.ml"
+ ><span data-type="mention" data-id="pilipinas@lemmy.ml"
+ >@pilipinas</span
></a
></span
>
</p>
"
❯ tests/nuxt/content-rich.test.ts:39:5
|
tests/nuxt/content-rich.test.ts > content-rich > hashtag adds bdi:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L161
Error: Snapshot `content-rich > hashtag adds bdi 1` mismatched
- Expected
+ Received
"<p>
Testing bdi is added
<a
class="mention hashtag"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/tags/turkey"
+ to="//tags/turkey"
><bdi>#<span>turkey</span></bdi></a
>
</p>
<p></p>
"
❯ tests/nuxt/content-rich.test.ts:161:5
|
tests/nuxt/content-rich.test.ts > content-rich > hashtag doesn't add 2 bdi:
workspace/elk/elk/tests/nuxt/content-rich.test.ts#L168
Error: Snapshot `content-rich > hashtag doesn't add 2 bdi 1` mismatched
- Expected
+ Received
"<p>
Testing bdi not added
<a
class="mention hashtag"
rel="nofollow noopener noreferrer"
- to="/m.webtoo.ls/tags/turkey"
+ to="//tags/turkey"
><bdi></bdi
></a>
</p>
<p></p>
"
❯ tests/nuxt/content-rich.test.ts:168:1
|
test-ecosystem (elk)
Process completed with exit code 1.
|
test-ecosystem (nuxt-com)
'v-html' directive can lead to XSS attack
|