🧪 Feat / custom receiver deploy #617
Annotations
2 errors and 1 warning
src/components/Header/Header.test.tsx > <Header /> > renders header with nav buttons:
packages/ui-react/src/components/Header/Header.test.tsx#L90
Error: Snapshot `<Header /> > renders header with nav buttons 1` mismatched
- Expected
+ Received
@@ -12,18 +12,16 @@
skip_to_content
</a>
<div
class="_menu_f4f7a7"
>
- <div
+ <button
aria-controls="sidebar"
aria-expanded="false"
aria-haspopup="true"
aria-label="open_menu"
class="_iconButton_0fef65 _iconButton_f4f7a7"
- role="button"
- tabindex="0"
>
<svg
aria-hidden="true"
class="_icon_585b29"
viewBox="0 0 24 24"
@@ -35,11 +33,11 @@
/>
<path
d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
/>
</svg>
- </div>
+ </button>
</div>
<nav
class="_nav_f4f7a7"
>
<ul>
@@ -52,15 +50,13 @@
</ul>
</nav>
<div
class="_actions_f4f7a7"
>
- <div
+ <button
aria-label="Open search"
class="_iconButton_0fef65 _iconButton_f4f7a7 _actionButton_f4f7a7"
- role="button"
- tabindex="0"
>
<svg
aria-hidden="true"
class="_icon_585b29"
viewBox="0 0 24 24"
@@ -68,11 +64,11 @@
>
<path
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
/>
</svg>
- </div>
+ </button>
<div
class="_buttonContainer_f4f7a7"
>
<button
aria-haspopup="dialog"
❯ src/components/Header/Header.test.tsx:90:23
|
test (18.x)
Process completed with exit code 1.
|
test (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|