chore(deps): bump fflate to 0.8.3 #26567
Annotations
2 errors and 1 warning
|
unit-tests
Process completed with exit code 1.
|
|
src/app/components/client/toolbar/AppPicker.test.tsx > activates a link with Enter or Space via keyboard navigation:
src/app/components/client/toolbar/AppPicker.test.tsx#L102
Error: expect(element).toHaveFocus()
Expected element with focus:
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="vpn"
data-react-aria-pressable="true"
href="https://www.mozilla.org/products/vpn/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_30_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink vpnLink"
>
<img
alt=""
height="16"
width="16"
/>
Mozilla VPN
</span>
</a>
Received element with focus:
<div
aria-label="Mozilla apps and services"
aria-labelledby="react-aria-_r_2p_"
class="menuWrapper"
data-collection="react-aria-_r_2s_"
id="react-aria-_r_2q_"
role="menu"
tabindex="0"
>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="vpn"
data-react-aria-pressable="true"
href="https://www.mozilla.org/products/vpn/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_30_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink vpnLink"
>
<img
alt=""
height="16"
width="16"
/>
Mozilla VPN
</span>
</a>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="relay"
data-react-aria-pressable="true"
href="https://relay.firefox.com/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_34_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink relayLink"
>
<img
alt=""
height="16"
width="16"
/>
Firefox Relay
</span>
</a>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="fxDesktop"
data-react-aria-pressable="true"
href="https://www.mozilla.org/firefox/new/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_38_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink fxDesktopLink"
>
<img
alt=""
height="16"
width="16"
/>
Firefox for Desktop
</span>
</a>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="fxMobile"
data-react-aria-pressable="true"
href="https://www.mozilla.org/firefox/browsers/mobile/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_3c_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink fxMobileLink"
>
<img
alt=""
height="16"
width="16"
/>
Firefox for Mobile
</span>
</a>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="solo"
data-react-aria-pressable="true"
href="https://soloist.ai/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_3g_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink soloLink"
>
<img
alt=""
height="16"
width="16"
/>
Solo AI
</span>
</a>
<a
class="menuItemWrapper "
data-collection="react-aria-_r_2s_"
data-key="mozilla"
data-react-aria-pressable="true"
href="https://www.mozilla.org/?utm_source=localhost%3A3000&utm_medium=referral&utm_campaign=bento&utm_content=desktop"
id="react-aria-_r_3k_"
rel="noopener noreferrer"
role="menuitem"
tabindex="-1"
target="_blank"
>
<span
class="menuLink mozillaLink"
>
Made by Mozilla
</span>
</a>
</div>
❯ src/app/components/client/toolbar/AppPicker.test.tsx:102:1
|
|
unit-tests
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|