38 endre side overskrift fra city #17
Triggered via pull request
September 17, 2026 21:49
Status
Failure
Total duration
45s
Artifacts
–
Annotations
2 errors
|
tests/components/location-list.test.tsx > LocationList > renders a weather row for every configured city:
tests/components/location-list.test.tsx#L55
TestingLibraryElementError: Unable to find an element with the text: City. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div>
Loading...
</div>
</div>
<div>
<div
style="display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 20px;"
>
<div
style="display: flex; flex-direction: row; justify-content: space-between; width: 70%;"
>
<span
style="font-weight: bold;"
>
Og nå, været...
</span>
<span
style="font-weight: bold;"
>
Next 3 Days
</span>
</div>
<ul
style="list-style-type: none; gap: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%;"
>
<div
style="width: 80%;"
>
<li
class="list-item"
>
<span
style="display: flex; flex-direction: row; gap: 10px; align-items: center;"
>
<button>
<span
style="color: rgb(0, 0, 0);"
>
☆
</span>
</button>
Oslo
:
<span>
⛅
</span>
<p
style="color: rgb(255, 50, 50);"
>
11°
</p>
</span>
<div
style="display: flex; flex-direction: row; gap: 10px; align-self: end;"
/>
</li>
</div>
<div
style="width: 80%;"
>
<li
class="list-item"
>
<span
style="display: flex; flex-direction: row; gap: 10px; align-items: center;"
>
<button>
<span
style="color: rgb(0, 0, 0);"
>
☆
</span>
</button>
Sørumsand
:
<span>
🌧️
</span>
<p
style="color: rgb(255, 50, 50);"
>
8°
</p>
</span>
<div
style="display: flex; flex-direction: row; gap: 10px; align-self: end;"
/>
</li>
</div>
<div
style="width: 80%;"
>
<li
class="list-item"
>
<span
style="display: flex; flex-direction: row; gap: 10px; align-items: center;"
>
<button>
<span
style="color: rgb(0, 0, 0);"
>
☆
</span>
</button>
Trondheim
:
<span>
⛅
</span>
<p
style="color: rgb(255, 50, 50);"
>
6°
</p>
</span>
<div
style="display: flex; flex-direction: row; gap: 10px; align-self: end;"
/>
</li>
</div>
<div
style="width: 80%;"
>
<li
class="list-item"
>
<span
style="display: flex; flex-direction: row; gap: 10px; align-items: center;"
>
<button>
<span
style="color: rgb(0, 0, 0);"
>
☆
</span>
</button>
Las Vegas
:
<span>
⛅
</span>
<p
style="color: rgb(255, 50, 50);"
>
25°
</p>
</span>
<div
style="display: flex; flex-direction: row; gap: 10px; a
|
|
lint-and-format
Process completed with exit code 1.
|