feat: enable mainsail network and set it as default #7455
test.yml
on: pull_request
Matrix: application-components
Matrix: application-hooks
Matrix: application
Matrix: domains-contact
Matrix: domains-dashboard
Matrix: domains-error
Matrix: domains-exchange
Matrix: domains-message
Matrix: domains-network
Matrix: domains-profile
Matrix: domains-setting
Matrix: domains-transaction
Matrix: domains-vote
Matrix: domains-wallet
Matrix: router
Matrix: utils
Annotations
20 errors and 17 warnings
src/app/hooks/use-fees.test.tsx > useFees > should calculate and return multisignature fees with one participant:
src/app/hooks/use-fees.test.tsx#L149
AssertionError: expected { avg: +0, max: +0, min: +0, …(2) } to strictly equal { avg: 10, isDynamic: false, …(3) }
- Expected
+ Received
Object {
- "avg": 10,
+ "avg": 0,
"isDynamic": false,
- "max": 10,
- "min": 10,
- "static": 10,
+ "max": 0,
+ "min": 0,
+ "static": 0,
}
❯ src/app/hooks/use-fees.test.tsx:149:3
|
src/app/hooks/use-fees.test.tsx > useFees > should calculate and return multisignature fees with two participants:
src/app/hooks/use-fees.test.tsx#L192
AssertionError: expected { avg: +0, max: +0, min: +0, …(2) } to strictly equal { avg: 15, isDynamic: false, …(3) }
- Expected
+ Received
Object {
- "avg": 15,
+ "avg": 0,
"isDynamic": false,
- "max": 15,
- "min": 15,
- "static": 15,
+ "max": 0,
+ "min": 0,
+ "static": 0,
}
❯ src/app/hooks/use-fees.test.tsx:192:3
|
src/app/hooks/use-fees.test.tsx > useFees > should calculate and return multisignature fees with one participant:
src/app/hooks/use-fees.test.tsx#L149
AssertionError: expected { avg: +0, max: +0, min: +0, …(2) } to strictly equal { avg: 10, isDynamic: false, …(3) }
- Expected
+ Received
Object {
- "avg": 10,
+ "avg": 0,
"isDynamic": false,
- "max": 10,
- "min": 10,
- "static": 10,
+ "max": 0,
+ "min": 0,
+ "static": 0,
}
❯ src/app/hooks/use-fees.test.tsx:149:3
|
src/app/hooks/use-fees.test.tsx > useFees > should calculate and return multisignature fees with two participants:
src/app/hooks/use-fees.test.tsx#L192
AssertionError: expected { avg: +0, max: +0, min: +0, …(2) } to strictly equal { avg: 15, isDynamic: false, …(3) }
- Expected
+ Received
Object {
- "avg": 15,
+ "avg": 0,
"isDynamic": false,
- "max": 15,
- "min": 15,
- "static": 15,
+ "max": 0,
+ "min": 0,
+ "static": 0,
}
❯ src/app/hooks/use-fees.test.tsx:192:3
|
application-hooks (20.12.2)
Final attempt failed. Child_process exited with error code 1
|
Unhandled error:
node_modules/.pnpm/@[email protected]/node_modules/@ardenthq/sdk-profiles/distribution/esm/profile.importer.js#L36
TypeError: Cannot read properties of undefined (reading 'manifest')
❯ Function.make node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk/source/coin-factory.ts:22:6
❯ CoinService.makeInstance node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:92:42
❯ CoinService.set node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:73:3
❯ CoinService.register node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:115:3
❯ ProfileImporter.import node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/distribution/esm/profile.importer.js:36:31
❯ ProfileRepository.restore node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/profile.repository.ts:121:9
❯ handleSubmit src/domains/setting/pages/Networks/Networks.tsx:4446:5
❯ node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/src/useForm.ts:1151:11
This error originated in "src/domains/setting/pages/Networks/Networks.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "removes deleted custom network contacts and addresses". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
node_modules/.pnpm/@[email protected]/node_modules/@ardenthq/sdk-profiles/distribution/esm/profile.importer.js#L36
TypeError: Cannot read properties of undefined (reading 'manifest')
❯ Function.make node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk/source/coin-factory.ts:22:6
❯ CoinService.makeInstance node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:92:42
❯ CoinService.set node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:73:3
❯ CoinService.register node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/coin.service.ts:115:3
❯ ProfileImporter.import node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/distribution/esm/profile.importer.js:36:31
❯ ProfileRepository.restore node_modules/.pnpm/@ArdentHQ[email protected]/node_modules/@ardenthq/sdk-profiles/source/profile.repository.ts:121:9
❯ handleSubmit src/domains/setting/pages/Networks/Networks.tsx:4446:5
❯ node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/src/useForm.ts:1151:11
This error originated in "src/domains/setting/pages/Networks/Networks.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "removes deleted custom network wallets". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > should render networks settings section:
src/domains/setting/pages/Networks/Networks.test.tsx#L90
Error: Snapshot `Network Settings > should render networks settings section 1` mismatched
- Expected
+ Received
@@ -985,113 +985,11 @@
data-testid="NetworksList--main"
>
<div
class="mt-4 grid gap-3 xl:grid-cols-2"
data-testid="NetworksList"
- >
- <label
- class="transition-color flex cursor-pointer justify-between space-x-4 rounded-xl border-2 px-4 py-3 duration-100 border-theme-primary-600 bg-theme-primary-50 dark:bg-theme-primary-900"
- data-testid="NetworksListNetwork"
- for="NetworksListNetwork-ark.mainnet"
- >
- <div
- class="flex items-center space-x-3 text-theme-secondary-700 dark:text-theme-secondary-200"
- >
- <div
- class="shrink-0"
- >
- <div
- class="dark:text-theme-secondary-200 css-v0ob3f"
- height="16"
- width="16"
- >
- <svg
- id="ark"
- viewBox="0 0 36.3 30.6"
- x="0"
- xml:space="preserve"
- xmlns="http://www.w3.org/2000/svg"
- y="0"
- >
- <path
- d="M18.2 10.7L0 30.6 18.2 0l18.1 30.6-18.1-19.9zM10 24.2l2.9-3.2h10.6l2.9 3.2H10zm5-5.4l3.2-3.4 3.2 3.4H15z"
- fill="currentColor"
- />
- </svg>
- </div>
- </div>
- <div
- class="font-semibold"
- >
- ARK
- </div>
- </div>
- <div
- class="flex items-center"
- >
- <input
- checked=""
- class="css-kf7z38"
- color="success"
- data-testid="NetworksListNetwork-checkbox"
- id="NetworksListNetwork-ark.mainnet"
- readonly=""
- type="checkbox"
- />
- </div>
- </label>
- <label
- class="transition-color flex cursor-pointer justify-between space-x-4 rounded-xl border-2 px-4 py-3 duration-100 border-theme-primary-100 hover:border-theme-primary-400 dark:border-theme-secondary-800 dark:hover:border-theme-primary-400"
- data-testid="NetworksListNetwork"
- for="NetworksListNetwork-ark.devnet"
- >
- <div
- class="flex items-center space-x-3 text-theme-secondary-700 dark:text-theme-secondary-200"
- >
- <div
- class="shrink-0"
- >
- <div
-
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > should check the main network by default:
src/domains/setting/pages/Networks/Networks.test.tsx#L107
TestingLibraryElementError: Unable to find an element by: [data-testid="NetworksListNetwork"]
Ignored nodes: comments, script, style
<body
style="overflow-y: overlay;"
>
<div>
<div
class="css-w3nefz"
>
<div
class="css-sdeely"
data-testid="NavigationBarMobile"
>
<div
class="border-t border-theme-secondary-300 dark:border-theme-secondary-900"
data-testid="NavigationBar__buttons-separator"
/>
<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 disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 cursor-not-allowed text-theme-secondary-500"
data-testid="NavigationBar__buttons__mobile--receive"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
id="received"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
fill="none"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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-
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > can uncheck and check an item:
src/domains/setting/pages/Networks/Networks.test.tsx#L131
TestingLibraryElementError: Unable to find an element by: [data-testid="NetworksListNetwork-checkbox"]
Ignored nodes: comments, script, style
<body
style="overflow-y: overlay;"
>
<div>
<div
class="css-w3nefz"
>
<div
class="css-sdeely"
data-testid="NavigationBarMobile"
>
<div
class="border-t border-theme-secondary-300 dark:border-theme-secondary-900"
data-testid="NavigationBar__buttons-separator"
/>
<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 disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 cursor-not-allowed text-theme-secondary-500"
data-testid="NavigationBar__buttons__mobile--receive"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
id="received"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
fill="none"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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 fo
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > shows a warning if user tries to unselect all items:
src/domains/setting/pages/Networks/Networks.test.tsx#L159
TestingLibraryElementError: Unable to find an element by: [data-testid="NetworksListNetwork"]
Ignored nodes: comments, script, style
<body
style="overflow-y: overlay;"
>
<div>
<div
class="css-w3nefz"
>
<div
class="css-sdeely"
data-testid="NavigationBarMobile"
>
<div
class="border-t border-theme-secondary-300 dark:border-theme-secondary-900"
data-testid="NavigationBar__buttons-separator"
/>
<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 disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 cursor-not-allowed text-theme-secondary-500"
data-testid="NavigationBar__buttons__mobile--receive"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
id="received"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
fill="none"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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-
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > stores the selected networks:
src/domains/setting/pages/Networks/Networks.test.tsx#L186
TestingLibraryElementError: Unable to find an element by: [data-testid="NetworksListNetwork"]
Ignored nodes: comments, script, style
<div
data-testid="NetworksList--main"
>
<div
class="mt-4 grid gap-3 xl:grid-cols-2"
data-testid="NetworksList"
/>
</div>
❯ Object.getElementError node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ getAllByTestId node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:109:15
❯ src/domains/setting/pages/Networks/Networks.test.tsx:186:42
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > Custom networks > with custom networks > shows the custom networks:
src/domains/setting/pages/Networks/Networks.test.tsx#L628
Error: expect(element).toBeChecked()
Received element is not checked:
<input
class="css-kf7z38"
color="success"
data-testid="CustomNetworksListNetwork-checkbox"
id="CustomNetworksListNetwork-test.custom"
readonly=""
type="checkbox"
/>
❯ src/domains/setting/pages/Networks/Networks.test.tsx:628:92
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > Custom networks > with custom networks > select/unselect a custom network:
src/domains/setting/pages/Networks/Networks.test.tsx#L655
Error: expect(element).not.toBeChecked()
Received element is checked:
<input
class="css-kf7z38"
color="success"
data-testid="CustomNetworksListNetwork-checkbox"
id="CustomNetworksListNetwork-test.custom"
readonly=""
type="checkbox"
/>
❯ src/domains/setting/pages/Networks/Networks.test.tsx:655:11
|
src/domains/setting/pages/Networks/Networks.test.tsx > Network Settings > Custom networks > with custom networks > removes deleted custom network contacts and addresses:
src/domains/setting/pages/Networks/Networks.test.tsx#L791
AssertionError: expected "success" to be called with arguments: [ Array(1) ]
Received:
1st success call:
Array [
- "Your profile settings have been updated",
+ <Trans
+ i18nKey="SETTINGS.NETWORKS.MESSAGES.CUSTOM_NETWORK_DELETED"
+ values={
+ Object {
+ "networkName": "My custom network",
+ }
+ }
+ />,
]
Number of calls: 1
Ignored nodes: comments, script, style
<html>
<head>
<title>
Networks | ARK Vault
</title>
</head>
<body
style="overflow-y: overlay;"
>
<div>
<div
class="css-w3nefz"
>
<div
class="css-sdeely"
data-testid="NavigationBarMobile"
>
<div
class="border-t border-theme-secondary-300 dark:border-theme-secondary-900"
data-testid="NavigationBar__buttons-separator"
/>
<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 disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 cursor-not-allowed text-theme-secondary-500"
data-testid="NavigationBar__buttons__mobile--receive"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
id="received"
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>
</button>
<div
class="border-theme-secondary-300 dark:border-theme-secondary-800 css-3y8nng"
type="vertical"
/>
<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
class="css-1i4b0eq"
height="20"
width="20"
>
<svg
fill="none"
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-line
|
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx > MultiSignature Registration Form > should set fee if dynamic:
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx#L101
Error: expect(element).toHaveValue(10)
Expected the element to have value:
10
Received:
5
Ignored nodes: comments, script, style
<html>
<head />
<body
style="overflow-y: overlay;"
>
<div>
<div>
<div
data-testid="tab-pabel__active-panel"
>
<section
data-testid="MultiSignatureRegistrationForm--form-step"
>
<div
class="flex items-end justify-between bg-theme-background"
>
<div
class="space-y-2"
>
<div
class="flex items-center gap-3"
>
<h1
class="mb-0 text-2xl leading-[29px]"
data-testid="header__title"
>
Multisignature Registration
</h1>
</div>
<div
class="flex items-center leading-5 text-theme-secondary-text"
data-testid="header__subtitle"
>
Register Multisignature details below.
</div>
</div>
</div>
<div
class="space-y-4 pt-5"
>
<fieldset
class="flex min-w-0 flex-col css-ea0il3"
>
<div
data-testid="DetailWrapper"
>
<div
class="border-l-2 border-x-theme-primary-400 bg-theme-secondary-100 px-3 py-2 dark:bg-black sm:border-none sm:bg-transparent sm:p-0 dark:sm:bg-transparent"
data-testid="DetailLabel"
>
<div
class="no-ligatures min-w-24 font-semibold text-theme-secondary-700 dark:text-theme-secondary-500 text-md leading-5"
data-testid="DetailLabelText"
>
Addressing
</div>
</div>
<div
class="w-full break-words rounded-lg border-theme-secondary-300 p-3 dark:border-theme-secondary-800 sm:border sm:px-6 sm:py-5 [.condensed_&]:sm:py-4 mt-0 sm:mt-2"
>
<div
class="flex items-center justify-between space-x-2 sm:justify-start sm:space-x-0"
>
<div
class="no-ligatures w-20 flex-shrink-0 text-sm font-semibold leading-[17px] text-theme-secondary-700 dark:text-theme-secondary-500 sm:text-base sm:leading-5"
>
From
</div>
<div
class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end sm:justify-start"
>
<span
class="font-semibold text-base text-theme-text text-sm leading-[17px] sm:leading-5 sm:text-base"
data-testid="Address__alias"
>
<span
class="no-ligatures css-9nx3be"
data-testid="TruncateEnd"
>
ARK Wallet 1
</span>
</span>
<div
class="relative grow leading-[17px] sm:leading-5 text-left"
>
<span
class="no-ligatures min-w-0 overflow-hidden text-sm leading-[17px] sm:leading-5 sm:text-base w-full w-3/4 text-theme-secondary-500 dark:text-theme-secondary-700 font-semibold text-base absolute w-full"
data-testid="Address__address"
>
D8rr7B1d6TL6pf14LgMz4sKp1VBMs6YUYD
</span>
<span>
</span>
</d
|
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx > MultiSignature Registration Form > should fill form:
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx#L116
AssertionError: expected +0 to be 10 // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<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>
<div
data-testid="tab-pabel__active-panel"
>
<section
data-testid="MultiSignatureRegistrationForm--form-step"
>
<div
class="flex items-end justify-between bg-theme-background"
>
<div
class="space-y-2"
>
<div
class="flex items-center gap-3"
>
<h1
class="mb-0 text-2xl leading-[29px]"
data-testid="header__title"
>
Multisignature Registration
</h1>
</div>
<div
class="flex items-center leading-5 text-theme-secondary-text"
data-testid="header__subtitle"
>
Register Multisignature details below.
</div>
</div>
</div>
<div
class="space-y-4 pt-5"
>
<fieldset
class="flex min-w-0 flex-col css-ea0il3"
>
<div
data-testid="DetailWrapper"
>
<div
class="border-l-2 border-x-theme-primary-400 bg-theme-secondary-100 px-3 py-2 dark:bg-black sm:border-none sm:bg-transparent sm:p-0 dark:sm:bg-transparent"
data-testid="DetailLabel"
>
<div
class="no-ligatures min-w-24 font-semibold text-theme-secondary-700 dark:text-theme-secondary-500 text-md leading-5"
data-testid="DetailLabelText"
>
Addressing
</div>
</div>
<div
class="w-full break-words rounded-lg border-theme-secondary-300 p-3 dark:border-theme-secondary-800 sm:border sm:px-6 sm:py-5 [.condensed_&]:sm:py-4 mt-0 sm:mt-2"
>
<div
class="flex items-center justify-between space-x-2 sm:justify-start sm:space-x-0"
>
<div
class="no-ligatures w-20 flex-shrink-0 text-sm font-semibold leading-[17px] text-theme-secondary-700 dark:text-theme-secondary-500 sm:text-base sm:leading-5"
>
From
</div>
<div
class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end sm:justify-start"
>
<span
class="font-semibold text-base text-theme-text text-sm leading-[17px] sm:leading-5 sm:text-base"
data-testid="Address__alias"
>
<span
class="no-ligatures css-9nx3be"
data-testid="TruncateEnd"
>
ARK Wallet 1
</span>
</span>
<div
class="relative grow leading-[17px] sm:leading-5 text-left"
>
<span
class="no-ligatures min-w-0 overflow-hidden text-sm leading-[17px] sm:leading-5 sm:text-base w-full w-3/4 text-theme-secondary-500 dark:text-theme-secondary-700 font-semibold text-base absolute w-full"
data-testid="Address__address"
>
|
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx > MultiSignature Registration Form > should set min participants:
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx#L152
AssertionError: expected +0 to be 10 // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<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>
<div
data-testid="tab-pabel__active-panel"
>
<section
data-testid="MultiSignatureRegistrationForm--form-step"
>
<div
class="flex items-end justify-between bg-theme-background"
>
<div
class="space-y-2"
>
<div
class="flex items-center gap-3"
>
<h1
class="mb-0 text-2xl leading-[29px]"
data-testid="header__title"
>
Multisignature Registration
</h1>
</div>
<div
class="flex items-center leading-5 text-theme-secondary-text"
data-testid="header__subtitle"
>
Register Multisignature details below.
</div>
</div>
</div>
<div
class="space-y-4 pt-5"
>
<fieldset
class="flex min-w-0 flex-col css-ea0il3"
>
<div
data-testid="DetailWrapper"
>
<div
class="border-l-2 border-x-theme-primary-400 bg-theme-secondary-100 px-3 py-2 dark:bg-black sm:border-none sm:bg-transparent sm:p-0 dark:sm:bg-transparent"
data-testid="DetailLabel"
>
<div
class="no-ligatures min-w-24 font-semibold text-theme-secondary-700 dark:text-theme-secondary-500 text-md leading-5"
data-testid="DetailLabelText"
>
Addressing
</div>
</div>
<div
class="w-full break-words rounded-lg border-theme-secondary-300 p-3 dark:border-theme-secondary-800 sm:border sm:px-6 sm:py-5 [.condensed_&]:sm:py-4 mt-0 sm:mt-2"
>
<div
class="flex items-center justify-between space-x-2 sm:justify-start sm:space-x-0"
>
<div
class="no-ligatures w-20 flex-shrink-0 text-sm font-semibold leading-[17px] text-theme-secondary-700 dark:text-theme-secondary-500 sm:text-base sm:leading-5"
>
From
</div>
<div
class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end sm:justify-start"
>
<span
class="font-semibold text-base text-theme-text text-sm leading-[17px] sm:leading-5 sm:text-base"
data-testid="Address__alias"
>
<span
class="no-ligatures css-9nx3be"
data-testid="TruncateEnd"
>
ARK Wallet 1
</span>
</span>
<div
class="relative grow leading-[17px] sm:leading-5 text-left"
>
<span
class="no-ligatures min-w-0 overflow-hidden text-sm leading-[17px] sm:leading-5 sm:text-base w-full w-3/4 text-theme-secondary-500 dark:text-theme-secondary-700 font-semibold text-base absolute w-full"
data-testid="Address__address"
>
|
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx > MultiSignature Registration Form > should set final fee based on participants:
src/domains/transaction/components/MultiSignatureRegistrationForm/MultiSignatureRegistrationForm.test.tsx#L281
AssertionError: expected '0' to be '15' // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<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>
<div
data-testid="tab-pabel__active-panel"
>
<section
data-testid="MultiSignatureRegistrationForm--form-step"
>
<div
class="flex items-end justify-between bg-theme-background"
>
<div
class="space-y-2"
>
<div
class="flex items-center gap-3"
>
<h1
class="mb-0 text-2xl leading-[29px]"
data-testid="header__title"
>
Multisignature Registration
</h1>
</div>
<div
class="flex items-center leading-5 text-theme-secondary-text"
data-testid="header__subtitle"
>
Register Multisignature details below.
</div>
</div>
</div>
<div
class="space-y-4 pt-5"
>
<fieldset
class="flex min-w-0 flex-col css-ea0il3"
>
<div
data-testid="DetailWrapper"
>
<div
class="border-l-2 border-x-theme-primary-400 bg-theme-secondary-100 px-3 py-2 dark:bg-black sm:border-none sm:bg-transparent sm:p-0 dark:sm:bg-transparent"
data-testid="DetailLabel"
>
<div
class="no-ligatures min-w-24 font-semibold text-theme-secondary-700 dark:text-theme-secondary-500 text-md leading-5"
data-testid="DetailLabelText"
>
Addressing
</div>
</div>
<div
class="w-full break-words rounded-lg border-theme-secondary-300 p-3 dark:border-theme-secondary-800 sm:border sm:px-6 sm:py-5 [.condensed_&]:sm:py-4 mt-0 sm:mt-2"
>
<div
class="flex items-center justify-between space-x-2 sm:justify-start sm:space-x-0"
>
<div
class="no-ligatures w-20 flex-shrink-0 text-sm font-semibold leading-[17px] text-theme-secondary-700 dark:text-theme-secondary-500 sm:text-base sm:leading-5"
>
From
</div>
<div
class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end sm:justify-start"
>
<span
class="font-semibold text-base text-theme-text text-sm leading-[17px] sm:leading-5 sm:text-base"
data-testid="Address__alias"
>
<span
class="no-ligatures css-9nx3be"
data-testid="TruncateEnd"
>
ARK Wallet 1
</span>
</span>
<div
class="relative grow leading-[17px] sm:leading-5 text-left"
>
<span
class="no-ligatures min-w-0 overflow-hidden text-sm leading-[17px] sm:leading-5 sm:text-base w-full w-3/4 text-theme-secondary-500 dark:text-theme-secondary-700 font-semibold text-base absolute w-full"
data-testid="Address__address"
>
|
domains-transaction (20.12.2)
Final attempt failed. Child_process exited with error code 1
|
domains-network (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
utils (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
router (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-dashboard (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-message (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-contact (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
application (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
application-hooks (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
application-hooks (20.12.2)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
domains-error (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-exchange (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-vote (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-profile (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-setting (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-transaction (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
domains-wallet (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
application-components (20.12.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|