merge develop #3324
test_and_deploy.yml
on: push
publish_docker_images
0s
release_back
0s
release_front
0s
Annotations
10 errors and 2 warnings
Unhandled error:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ flushJobs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:414:5
This error originated in "tests/unit/components/DexTokenSelectionModal.spec.js" 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 "Should show token selection modal". 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.
|
tests/unit/components/DexTokenSelectionModal.spec.js > DexTokenSelectionModal.vue > Should show token selection modal:
tests/unit/components/DexTokenSelectionModal.spec.js#L15
Error: Snapshot `DexTokenSelectionModal.vue > Should show token selection modal 1` mismatched
- Expected
+ Received
@@ -69,11 +69,11 @@
<!----><i class="mdi-alpha-t-circle mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" density="default"></i>
<div class="v-list-item__spacer"></div>
</div>
<div class="v-list-item__content" data-no-activator="">
<div class="v-list-item-title">USDC <span data-v-70f65295="" class="float-right">224</span></div>
- <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0xc9e863...5ef3<!--v-if--><!--v-if--><!--v-if--></span></div>
+ <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0xc9e863...5ef3<!--v-if--><!--v-if--><!--v-if--><!--v-if--></span></div>
<!---->
</div>
<!---->
</div>
<div data-v-70f65295="" class="v-list-item v-list-item--link v-theme--light v-list-item--density-default rounded-0 v-list-item--variant-text px-6 pb-4" tabindex="0"><span class="v-list-item__overlay"></span><span class="v-list-item__underlay"></span>
@@ -81,11 +81,11 @@
<!----><i class="mdi-alpha-t-circle mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" density="default"></i>
<div class="v-list-item__spacer"></div>
</div>
<div class="v-list-item__content" data-no-activator="">
<div class="v-list-item-title">USDT <span data-v-70f65295="" class="float-right">104.4</span></div>
- <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0x99d46f...3db0<!--v-if--><!--v-if--><!--v-if--></span></div>
+ <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0x99d46f...3db0<!--v-if--><!--v-if--><!--v-if--><!--v-if--></span></div>
<!---->
</div>
<!---->
</div>
<div data-v-70f65295="" class="v-list-item v-list-item--link v-theme--light v-list-item--density-default rounded-0 v-list-item--variant-text oppositeToken px-6 pb-4" tabindex="0"><span class="v-list-item__overlay"></span><span class="v-list-item__underlay"></span>
@@ -93,11 +93,11 @@
<!----><i class="mdi-alpha-t-circle mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" density="default"></i>
<div class="v-list-item__spacer"></div>
</div>
<div class="v-list-item__content" data-no-activator="">
<div class="v-list-item-title">CAGA <span data-v-70f65295="" class="float-right">0.1133</span></div>
- <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0xeeeeee...eeee<!--v-if--><!--v-if--><!--v-if--></span></div>
+ <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0xeeeeee...eeee<!--v-if--><!--v-if--><!--v-if--><!--v-if--></span></div>
<!---->
</div>
<!---->
</div>
<div data-v-70f65295="" class="v-list-item v-list-item--link v-theme--light v-list-item--density-default rounded-0 v-list-item--variant-text px-6 pb-4" tabindex="0"><span class="v-list-item__overlay"></span><span class="v-list-item__underlay"></span>
@@ -105,11 +105,11 @@
<!----><i class="mdi-alpha-t-circle mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" density="default"></i>
<div class="v-list-item__spacer"></div>
</div>
<div class="v-list-item__content" data-no-activator="">
<div class="v-list-item-title">CTT <span data-v-70f65295="" class="float-right">0.004</span></div>
- <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0x47e405...26b2<!--v-if--><!--v-if--><!--v-if--></span></div>
+ <div class="v-list-item-subtitle"><span data-v-70f65295=""><!--v-if-->0x47e405...26b2<!--v-if--><!--v-if--><!--v-if--><!--v-if--></span></div>
<!---->
</div>
<!---->
</div>
<div data-v-70f65295="" class="v-li
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display an external link if embedded:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:7:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display faucet name:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:29:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display custom label:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:52:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should not create links:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:65:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display smaller hash if xsHash option is passed:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:81:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display link to token if tokenId is passed:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:95:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display the token name if symbol but flag withTokenName:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:111:25
|
tests/unit/components/HashLink.spec.js > HashLink.vue > Should display the token name if available & no token symbol:
src/components/HashLink.vue#L122
TypeError: Cannot read properties of undefined (reading 'then')
❯ Proxy.setupAlternateLink src/components/HashLink.vue:122:17
❯ Proxy.mounted src/components/HashLink.vue:52:18
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2675:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2655:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:381:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5806:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3794:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1693:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:44:12
❯ tests/unit/components/HashLink.spec.js:126:25
|
test_back
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_front
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|