Update Django version and optimize queryset retrieval in views to avo… #196
Annotations
4 errors
src/__test__/SwiperSlider.test.jsx > SwiperSlider Component > renders SwiperSlider with all managers:
frontend/src/__test__/SwiperSlider.test.jsx#L20
TestingLibraryElementError: Unable to find an element with the text: Rodrigo Lozano. 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
class="swiper swiper-initialized swiper-horizontal mySwiper"
style="width: 100%; padding: 2rem; user-select: none;"
>
<div
class="swiper-wrapper"
style="transition-duration: 0ms; transition-delay: 0ms; transform: translate3d(NaNpx, 0px, 0px);"
>
<div
class="swiper-slide"
role="listitem"
>
<div
class="MuiBox-root css-112xhuj"
>
<img
alt="Marcela Osorio"
src="/src/images/managers-jr/28553156.webp"
style="width: 100%; max-width: 350px; border-radius: 5%; object-fit: cover;"
/>
<div
class="MuiBox-root css-1f22eb2"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-f84ov1-MuiTypography-root"
>
Marcela Osorio
</h4>
<h6
class="MuiTypography-root MuiTypography-subtitle1 css-1i3tsf3-MuiTypography-root"
>
GERENTE JR. DE MESA DE SERVICIO
</h6>
</div>
</div>
</div>
<div
class="swiper-slide"
role="listitem"
>
<div
class="MuiBox-root css-112xhuj"
>
<img
alt="Christian Moncaleano"
src="/src/images/managers-jr/1010178143.webp"
style="width: 100%; max-width: 350px; border-radius: 5%; object-fit: cover;"
/>
<div
class="MuiBox-root css-1f22eb2"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-f84ov1-MuiTypography-root"
>
Christian Moncaleano
</h4>
<h6
class="MuiTypography-root MuiTypography-subtitle1 css-1i3tsf3-MuiTypography-root"
>
GERENTE JR. DE APLICACIONES DE CONTACT CENTER
</h6>
</div>
</div>
</div>
<div
class="swiper-slide"
role="listitem"
>
<div
class="MuiBox-root css-112xhuj"
>
<img
alt="Adriana Barrera"
src="/src/images/managers-jr/52716114.webp"
style="width: 100%; max-width: 350px; border-radius: 5%; object-fit: cover;"
/>
<div
class="MuiBox-root css-1f22eb2"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-f84ov1-MuiTypography-root"
>
Adriana Barrera
</h4>
<h6
class="MuiTypography-root MuiTypography-subtitle1 css-1i3tsf3-MuiTypography-root"
>
GERENTE DE CUENTAS
</h6>
</div>
</div>
</div>
<div
class="swiper-slide"
role="listitem"
>
<div
class="MuiBox-root css-112xhuj"
>
<img
alt="Katterene Castrillon"
src="/src/images/managers-jr/53069726.webp"
style="width: 100%; max-width: 350px; border-radius: 5%; object-fit: cover;"
/>
<div
class="MuiBox-root css-1f22eb2"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-f84ov1-MuiTypography-root"
>
Katterene Castrillon
</h4>
<h6
class="MuiTypography-root MuiTypography-subtitle1 css-1i3tsf3-MuiTypography-root"
>
GERENTE DE CUENTAS
</h6>
</div>
</div>
</d
|
src/__test__/SwiperSlider.test.jsx > SwiperSlider Component > renders SwiperSlider with correct number of slides:
frontend/src/__test__/SwiperSlider.test.jsx#L27
AssertionError: expected 7 to be 9 // Object.is equality
- Expected
+ Received
- 9
+ 7
❯ src/__test__/SwiperSlider.test.jsx:27:31
|
src/__test__/SwiperSlider.test.jsx > SwiperSlider Component > renders SwiperSlider with images:
frontend/src/__test__/SwiperSlider.test.jsx#L33
AssertionError: expected 7 to be 9 // Object.is equality
- Expected
+ Received
- 9
+ 7
❯ src/__test__/SwiperSlider.test.jsx:33:31
|
deploy
Process completed with exit code 1.
|