Skip to content

feat: implement network switch #8651

feat: implement network switch

feat: implement network switch #8651

Triggered via pull request February 6, 2025 15:25
Status Failure
Total duration 2m 29s
Artifacts

test.yml

on: pull_request
Matrix: application-components
Matrix: application-hooks
Matrix: application
Matrix: domains-contact
Matrix: domains-error
Matrix: domains-exchange
Matrix: domains-message
Matrix: domains-network
Matrix: domains-profile
Matrix: domains-vote
Matrix: domains-wallet
Matrix: router
Matrix: utils
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 1 warning
src/domains/message/pages/SignMessage/SignMessage.test.tsx > SignMessage > Sign with Wallet > should render (xs): src/domains/message/pages/SignMessage/SignMessage.test.tsx#L212
Error: Snapshot `SignMessage > Sign with Wallet > should render (xs) 1` mismatched - Expected + Received @@ -406,10 +406,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/message/pages/SignMessage/SignMessage.test.tsx > SignMessage > Sign with Wallet > should render (lg): src/domains/message/pages/SignMessage/SignMessage.test.tsx#L212
Error: Snapshot `SignMessage > Sign with Wallet > should render (lg) 1` mismatched - Expected + Received @@ -406,10 +406,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/message/pages/VerifyMessage/VerifyMessage.test.tsx > VerifyMessage > should render (xs): src/domains/message/pages/VerifyMessage/VerifyMessage.test.tsx#L97
Error: Snapshot `VerifyMessage > should render (xs) 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/message/pages/VerifyMessage/VerifyMessage.test.tsx > VerifyMessage > should render (lg): src/domains/message/pages/VerifyMessage/VerifyMessage.test.tsx#L97
Error: Snapshot `VerifyMessage > should render (lg) 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
domains-message (20.12.2)
Final attempt failed. Child_process exited with error code 1
application-components (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-app-components' exists
application-components (20.12.2)
The operation was canceled.
domains-contact (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-domains-contact' exists
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should render with contacts: src/domains/contact/pages/Contacts/Contacts.test.tsx#L98
Error: Snapshot `Contacts > should render with contacts 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should render compact on md screen: src/domains/contact/pages/Contacts/Contacts.test.tsx#L110
Error: Snapshot `Contacts > should render compact on md screen 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should render responsive with contacts: src/domains/contact/pages/Contacts/Contacts.test.tsx#L120
Error: Snapshot `Contacts > should render responsive with contacts 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + <
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should render without contacts: src/domains/contact/pages/Contacts/Contacts.test.tsx#L152
Error: Snapshot `Contacts > should render without contacts 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should close delete contact modal: src/domains/contact/pages/Contacts/Contacts.test.tsx#L273
TestingLibraryElementError: Unable to find an element by: [data-testid="ContactList"] Ignored nodes: comments, script, style <body style="overflow-y: overlay;" > <div> <div class="relative flex flex-col sm:min-h-screen pb-14 sm:pb-0" style="min-height: -webkit-fill-available;" > <div class="fixed bottom-0 left-0 z-10 flex w-full flex-col justify-center bg-white dark:bg-black sm:hidden shadow-footer-smooth dark:shadow-footer-smooth-dark" data-testid="NavigationBarMobile" > <div class="flex h-14 items-center justify-center space-x-4" > <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--receive" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg id="received" style="height: 100%; width: 100%;" viewBox="0 0 20 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" > <path d="M8 5V1M12 1v10h3.404c.248 0 .39.281.244.481l-5.41 7.398a.296.296 0 0 1-.476 0l-5.41-7.398A.303.303 0 0 1 4.596 11H8V9" /> </g> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-secondary-800" /> <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--home" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg fill="none" style="height: 100%; width: 100%;" viewBox="0 0 21 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <path clip-rule="evenodd" d="M5.35 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zM16.147 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-s
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should cancel delete contact modal: src/domains/contact/pages/Contacts/Contacts.test.tsx#L273
TestingLibraryElementError: Unable to find an element by: [data-testid="ContactList"] Ignored nodes: comments, script, style <body style="overflow-y: overlay;" > <div aria-live="polite" aria-relevant="additions text" id="a11y-status-message" role="status" style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px;" /> <div> <div class="relative flex flex-col sm:min-h-screen pb-14 sm:pb-0" style="min-height: -webkit-fill-available;" > <div class="fixed bottom-0 left-0 z-10 flex w-full flex-col justify-center bg-white dark:bg-black sm:hidden shadow-footer-smooth dark:shadow-footer-smooth-dark" data-testid="NavigationBarMobile" > <div class="flex h-14 items-center justify-center space-x-4" > <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--receive" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg id="received" style="height: 100%; width: 100%;" viewBox="0 0 20 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" > <path d="M8 5V1M12 1v10h3.404c.248 0 .39.281.244.481l-5.41 7.398a.296.296 0 0 1-.476 0l-5.41-7.398A.303.303 0 0 1 4.596 11H8V9" /> </g> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-secondary-800" /> <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--home" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg fill="none" style="height: 100%; width: 100%;" viewBox="0 0 21 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <path clip-rule="evenodd" d="M5.35 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zM16.147 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg>
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should update contact from update modal: src/domains/contact/pages/Contacts/Contacts.test.tsx#L312
TestingLibraryElementError: Unable to find an element by: [data-testid="ContactList"] Ignored nodes: comments, script, style <body style="overflow-y: overlay;" > <div aria-live="polite" aria-relevant="additions text" id="a11y-status-message" role="status" style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px;" /> <div> <div class="relative flex flex-col sm:min-h-screen pb-14 sm:pb-0" style="min-height: -webkit-fill-available;" > <div class="fixed bottom-0 left-0 z-10 flex w-full flex-col justify-center bg-white dark:bg-black sm:hidden shadow-footer-smooth dark:shadow-footer-smooth-dark" data-testid="NavigationBarMobile" > <div class="flex h-14 items-center justify-center space-x-4" > <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--receive" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg id="received" style="height: 100%; width: 100%;" viewBox="0 0 20 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" > <path d="M8 5V1M12 1v10h3.404c.248 0 .39.281.244.481l-5.41 7.398a.296.296 0 0 1-.476 0l-5.41-7.398A.303.303 0 0 1 4.596 11H8V9" /> </g> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-secondary-800" /> <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--home" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg fill="none" style="height: 100%; width: 100%;" viewBox="0 0 21 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <path clip-rule="evenodd" d="M5.35 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zM16.147 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg>
src/domains/contact/pages/Contacts/Contacts.test.tsx > Contacts > should search for contact by name: src/domains/contact/pages/Contacts/Contacts.test.tsx#L431
TestingLibraryElementError: Unable to find an element by: [data-testid="ContactListItem__name"] Ignored nodes: comments, script, style <body style="overflow-y: overlay;" > <div aria-live="polite" aria-relevant="additions text" id="a11y-status-message" role="status" style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px;" /> <div> <div class="relative flex flex-col sm:min-h-screen pb-14 sm:pb-0" style="min-height: -webkit-fill-available;" > <div class="fixed bottom-0 left-0 z-10 flex w-full flex-col justify-center bg-white dark:bg-black sm:hidden shadow-footer-smooth dark:shadow-footer-smooth-dark" data-testid="NavigationBarMobile" > <div class="flex h-14 items-center justify-center space-x-4" > <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--receive" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg id="received" style="height: 100%; width: 100%;" viewBox="0 0 20 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" > <path d="M8 5V1M12 1v10h3.404c.248 0 .39.281.244.481l-5.41 7.398a.296.296 0 0 1-.476 0l-5.41-7.398A.303.303 0 0 1 4.596 11H8V9" /> </g> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-secondary-800" /> <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--home" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg fill="none" style="height: 100%; width: 100%;" viewBox="0 0 21 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <path clip-rule="evenodd" d="M5.35 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zM16.147 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </sv
domains-contact (20.12.2)
The operation was canceled.
domains-exchange (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-domains-exchange' exists
domains-exchange (20.12.2)
The operation was canceled.
domains-vote (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-domains-vote' exists
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should render: src/domains/vote/pages/Votes/Votes.test.tsx#L111
Error: Snapshot `Votes > should render 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should render and handle wallet current voting exception: src/domains/vote/pages/Votes/Votes.test.tsx#L128
Error: Snapshot `Votes > should render and handle wallet current voting exception 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should toggle network selection from network filters: src/domains/vote/pages/Votes/Votes.test.tsx#L167
Error: Snapshot `Votes > should toggle network selection from network filters 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should select starred option in the wallets display type: src/domains/vote/pages/Votes/Votes.test.tsx#L224
Error: Snapshot `Votes > should select starred option in the wallets display type 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should select ledger option in the wallets display type: src/domains/vote/pages/Votes/Votes.test.tsx#L253
Error: Snapshot `Votes > should select ledger option in the wallets display type 1` mismatched - Expected + Received @@ -401,10 +401,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should filter current delegates: src/domains/vote/pages/Votes/Votes.test.tsx#L292
Error: Snapshot `Votes > should filter current delegates 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should select a validator: src/domains/vote/pages/Votes/Votes.test.tsx#L396
Error: Snapshot `Votes > should select a validator 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + </div> +
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should trigger network connection warning: src/domains/vote/pages/Votes/Votes.test.tsx#L501
Error: Snapshot `Votes > should trigger network connection warning 1` mismatched - Expected + Received @@ -404,10 +404,95 @@ </button> </div> </div> </div> <div + class="hidden md:flex" + > + <div + class="h-8 border-r border-theme-secondary-300 dark:border-theme-secondary-800" + /> + <div> + <div + aria-expanded="false" + aria-haspopup="dialog" + data-testid="dropdown__toggle" + > + <button + class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none w-auto text-theme-secondary-900 hover:bg-theme-primary-100 hover:text-theme-primary-600 dark:text-theme-secondary-600 dark:hover:bg-theme-secondary-800" + data-testid="NavigationBar__buttons--network" + type="button" + > + <div + class="flex items-center space-x-2" + > + <span + class="rounded-sm border-2 border-theme-warning-300 bg-theme-warning-50 p-[3px] text-theme-warning-600 dark:border-theme-danger-info-border dark:bg-transparent dark:text-theme-danger-info-text" + > + <div> + <div + style="height: 14px; width: 14px;" + > + <svg + fill="none" + height="14" + style="height: 100%; width: 100%;" + viewBox="0 0 14 14" + width="14" + xmlns="http://www.w3.org/2000/svg" + > + <g + id="Frame 9852" + > + <path + d="M3 3.36257V1.81641H11.1236V3.36257H7.97656V11.9982H6.14702V3.36257H3Z" + fill="currentColor" + id="T" + /> + </g> + </svg> + </div> + </div> + </span> + <span + class="text-sm" + > + Testnet + </span> + <div + class="transition-transform" + role="img" + > + <div + style="height: 10px; width: 10px;" + > + <svg + id="chevron-down-small" + style="height: 100%; width: 100%;" + viewBox="0 0 10 10" + x="0" + xml:space="preserve" + xmlns="http://www.w3.org/2000/svg" + y="0" + > + <path + d="M9 3.1L5.2 6.9c-.1.1-.3.1-.4 0L1 3.1" + fill="none" + stroke="currentColor" + stroke-linecap="round" + stroke-linejoin="round" + stroke-width="2" + /> + </svg> + </div> + <
src/domains/vote/pages/Votes/Votes.test.tsx > Votes > should emit action on continue button to unvote/vote: src/domains/vote/pages/Votes/Votes.test.tsx#L539
AssertionError: promise rejected "TestingLibraryElementError: Unable to fin…" instead of resolving ❯ src/domains/vote/pages/Votes/Votes.test.tsx:539:54 Caused by: Caused by: TestingLibraryElementError: Unable to find an element by: [data-testid="ValidatorsTable"] Ignored nodes: comments, script, style <body style="overflow-y: overlay;" > <div> <div class="relative flex flex-col sm:min-h-screen pb-14 sm:pb-0" style="min-height: -webkit-fill-available;" > <div class="fixed bottom-0 left-0 z-10 flex w-full flex-col justify-center bg-white dark:bg-black sm:hidden shadow-footer-smooth dark:shadow-footer-smooth-dark" data-testid="NavigationBarMobile" > <div class="flex h-14 items-center justify-center space-x-4" > <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--receive" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg id="received" style="height: 100%; width: 100%;" viewBox="0 0 20 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" > <path d="M8 5V1M12 1v10h3.404c.248 0 .39.281.244.481l-5.41 7.398a.296.296 0 0 1-.476 0l-5.41-7.398A.303.303 0 0 1 4.596 11H8V9" /> </g> </svg> </div> </div> </div> </button> <div class="h-5 relative mx-2 inline-block border-l border-t-0 border-solid align-middle border-theme-secondary-300 dark:border-theme-secondary-800" /> <button class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed border-none text-theme-secondary-700 dark:text-theme-secondary-600" data-testid="NavigationBar__buttons__mobile--home" type="button" > <div class="flex items-center space-x-2" > <div> <div style="height: 20px; width: 20px;" > <svg fill="none" style="height: 100%; width: 100%;" viewBox="0 0 21 20" x="0" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" y="0" > <path clip-rule="evenodd" d="M5.35 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zM16.147 8.153a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2zm0 10.797a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </div> </div> </di
domains-vote (20.12.2)
The operation was canceled.
domains-wallet (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-domains-wallet' exists
domains-wallet (20.12.2)
The operation was canceled.
domains-profile (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-domains-profile' exists
domains-profile (20.12.2)
The operation was canceled.
application-hooks (20.12.2)
Canceling since a higher priority waiting request for 'feat/network-switch-test-app-hooks' exists
application-hooks (20.12.2)
The operation was canceled.
domains-contact (20.12.2)
Attempt 1 failed. Reason: Child_process exited with error code 1