Loading...
Guest user 

First recorded build

 
All history
 

Last recorded build

[00:10:16][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (src/components/Configure/__tests__/Configure.test.js:406:9)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performSyncWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:16][Step 1/1] at flushSyncCallbacks (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:16][Step 1/1] at flushActQueue (/work/cashtab/node_modules/react/cjs/react.development.js:2667:24)
[00:10:16][Step 1/1] at act (/work/cashtab/node_modules/react/cjs/react.development.js:2582:11)
[00:10:16][Step 1/1] at /work/cashtab/node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (/work/cashtab/src/components/Configure/__tests__/Configure.test.js:427:9) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:16][Step 1/1] at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:16][Step 1/1] at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
[00:10:16][Step 1/1] at act (node_modules/react/cjs/react.development.js:2582:11)
[00:10:16][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (src/components/Configure/__tests__/Configure.test.js:427:9)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performSyncWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:16][Step 1/1] at flushSyncCallbacks (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:16][Step 1/1] at flushActQueue (/work/cashtab/node_modules/react/cjs/react.development.js:2667:24)
[00:10:16][Step 1/1] at act (/work/cashtab/node_modules/react/cjs/react.development.js:2582:11)
[00:10:16][Step 1/1] at /work/cashtab/node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (/work/cashtab/src/components/Configure/__tests__/Configure.test.js:461:9) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:16][Step 1/1] at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:16][Step 1/1] at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
[00:10:16][Step 1/1] at act (node_modules/react/cjs/react.development.js:2582:11)
[00:10:16][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (src/components/Configure/__tests__/Configure.test.js:461:9)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.warn
[00:10:16][Step 1/1] [react-ga] ReactGA.initialize must be called first or GoogleAnalytics should be loaded manually
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 38 | ? // If you are not building the extension, export GA event tracking function
[00:10:16][Step 1/1] 39 | (category, action, label) => {
[00:10:16][Step 1/1] > 40 | ReactGA.event({
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 41 | category: category,
[00:10:16][Step 1/1] 42 | action: action,
[00:10:16][Step 1/1] 43 | label: label,
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at warn (node_modules/react-ga/dist/react-ga.js:110:11)
[00:10:16][Step 1/1] at internalGa (node_modules/react-ga/dist/react-ga.js:211:47)
[00:10:16][Step 1/1] at _gaCommand (node_modules/react-ga/dist/react-ga.js:232:81)
[00:10:16][Step 1/1] at send (node_modules/react-ga/dist/react-ga.js:367:3)
[00:10:16][Step 1/1] at Object.event (node_modules/react-ga/dist/react-ga.js:577:5)
[00:10:16][Step 1/1] at event (src/components/Common/GoogleAnalytics.js:40:23)
[00:10:16][Step 1/1] at addNewWallet (src/components/Configure/Configure.js:600:14)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.warn
[00:10:16][Step 1/1] [react-ga] ReactGA.initialize must be called first or GoogleAnalytics should be loaded manually
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 38 | ? // If you are not building the extension, export GA event tracking function
[00:10:16][Step 1/1] 39 | (category, action, label) => {
[00:10:16][Step 1/1] > 40 | ReactGA.event({
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 41 | category: category,
[00:10:16][Step 1/1] 42 | action: action,
[00:10:16][Step 1/1] 43 | label: label,
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at warn (node_modules/react-ga/dist/react-ga.js:110:11)
[00:10:16][Step 1/1] at internalGa (node_modules/react-ga/dist/react-ga.js:211:47)
[00:10:16][Step 1/1] at _gaCommand (node_modules/react-ga/dist/react-ga.js:232:81)
[00:10:16][Step 1/1] at send (node_modules/react-ga/dist/react-ga.js:367:3)
[00:10:16][Step 1/1] at Object.event (node_modules/react-ga/dist/react-ga.js:577:5)
[00:10:16][Step 1/1] at event (src/components/Common/GoogleAnalytics.js:40:23)
[00:10:16][Step 1/1] at importNewWallet (src/components/Configure/Configure.js:667:14)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:16][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:16][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:16][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:16][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:16][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.log
[00:10:16][Step 1/1] Cannot import: wallet already exists (name: "qzxep")
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at log (src/components/Configure/Configure.js:636:21)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.warn
[00:10:16][Step 1/1] [react-ga] ReactGA.initialize must be called first or GoogleAnalytics should be loaded manually
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 38 | ? // If you are not building the extension, export GA event tracking function
[00:10:16][Step 1/1] 39 | (category, action, label) => {
[00:10:16][Step 1/1] > 40 | ReactGA.event({
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 41 | category: category,
[00:10:16][Step 1/1] 42 | action: action,
[00:10:16][Step 1/1] 43 | label: label,
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at warn (node_modules/react-ga/dist/react-ga.js:110:11)
[00:10:16][Step 1/1] at internalGa (node_modules/react-ga/dist/react-ga.js:211:47)
[00:10:16][Step 1/1] at _gaCommand (node_modules/react-ga/dist/react-ga.js:232:81)
[00:10:16][Step 1/1] at send (node_modules/react-ga/dist/react-ga.js:367:3)
[00:10:16][Step 1/1] at Object.event (node_modules/react-ga/dist/react-ga.js:577:5)
[00:10:16][Step 1/1] at event (src/components/Common/GoogleAnalytics.js:40:23)
[00:10:16][Step 1/1] at activateWallet (src/components/Configure/Configure.js:618:14)
[00:10:16][Step 1/1] at activateWallet (src/components/Configure/Configure.js:1458:61)
[00:10:16][Step 1/1] at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:4164:14)
[00:10:16][Step 1/1] at HTMLUnknownElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[00:10:16][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[00:10:16][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[00:10:16][Step 1/1] at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[00:10:16][Step 1/1] at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[00:10:16][Step 1/1] at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[00:10:16][Step 1/1] at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:4213:16)
[00:10:16][Step 1/1] at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:4277:31)
[00:10:16][Step 1/1] at invokeGuardedCallbackAndCatchFirstError (node_modules/react-dom/cjs/react-dom.development.js:4291:25)
[00:10:16][Step 1/1] at executeDispatch (node_modules/react-dom/cjs/react-dom.development.js:9041:3)
[00:10:16][Step 1/1] at processDispatchQueueItemsInOrder (node_modules/react-dom/cjs/react-dom.development.js:9073:7)
[00:10:16][Step 1/1] at processDispatchQueue (node_modules/react-dom/cjs/react-dom.development.js:9086:5)
[00:10:16][Step 1/1] at dispatchEventsForPlugins (node_modules/react-dom/cjs/react-dom.development.js:9097:3)
[00:10:16][Step 1/1] at node_modules/react-dom/cjs/react-dom.development.js:9288:12
[00:10:16][Step 1/1] at batchedUpdates$1 (node_modules/react-dom/cjs/react-dom.development.js:26140:12)
[00:10:16][Step 1/1] at batchedUpdates (node_modules/react-dom/cjs/react-dom.development.js:3991:12)
[00:10:16][Step 1/1] at dispatchEventForPluginEventSystem (node_modules/react-dom/cjs/react-dom.development.js:9287:3)
[00:10:16][Step 1/1] at dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay (node_modules/react-dom/cjs/react-dom.development.js:6465:5)
[00:10:16][Step 1/1] at dispatchEvent (node_modules/react-dom/cjs/react-dom.development.js:6457:5)
[00:10:16][Step 1/1] at dispatchDiscreteEvent (node_modules/react-dom/cjs/react-dom.development.js:6430:5)
[00:10:16][Step 1/1] at HTMLDivElement.callTheUserObjectsOperation (node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
[00:10:16][Step 1/1] at innerInvokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
[00:10:16][Step 1/1] at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
[00:10:16][Step 1/1] at HTMLButtonElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9)
[00:10:16][Step 1/1] at HTMLButtonElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:104:17)
[00:10:16][Step 1/1] at HTMLButtonElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:241:34)
[00:10:16][Step 1/1] at node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:43
[00:10:16][Step 1/1] at node_modules/@testing-library/react/dist/pure.js:108:16
[00:10:16][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:47:24
[00:10:16][Step 1/1] at act (node_modules/react/cjs/react.development.js:2512:16)
[00:10:16][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (src/components/Configure/__tests__/Configure.test.js:607:9)
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] console.error
[00:10:16][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:16][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:16][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:16][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:16][Step 1/1] at performSyncWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:16][Step 1/1] at flushSyncCallbacks (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:16][Step 1/1] at flushActQueue (/work/cashtab/node_modules/react/cjs/react.development.js:2667:24)
[00:10:16][Step 1/1] at act (/work/cashtab/node_modules/react/cjs/react.development.js:2582:11)
[00:10:16][Step 1/1] at /work/cashtab/node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:16][Step 1/1] at Object.eventWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:16][Step 1/1] at Object.wrapEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:16][Step 1/1] at Object.dispatchEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:16][Step 1/1] at Object.dispatchUIEvent (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:16][Step 1/1] at Mouse.up (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:16][Step 1/1] at PointerHost.release (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:16][Step 1/1] at pointerAction (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:16][Step 1/1] at Object.pointer (/work/cashtab/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:16][Step 1/1] at Object.asyncWrapper (/work/cashtab/node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:16][Step 1/1] at Object.<anonymous> (/work/cashtab/src/components/Configure/__tests__/Configure.test.js:607:9) {
[00:10:16][Step 1/1] type: 'not implemented'
[00:10:16][Step 1/1] }
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] 69 | try {
[00:10:16][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:16][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:16][Step 1/1] | ^
[00:10:16][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:16][Step 1/1] 73 | return context.measureText(text).width;
[00:10:16][Step 1/1] 74 | } catch (err) {
[00:10:16][Step 1/1]
[00:10:16][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:16][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:16][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:16][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:16][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:16][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:16][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:16][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:16][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:16][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:16][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:16][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:16][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:16][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:17][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:17][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:17][Step 1/1] at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26085:20)
[00:10:17][Step 1/1] at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
[00:10:17][Step 1/1] at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
[00:10:17][Step 1/1] at act (node_modules/react/cjs/react.development.js:2582:11)
[00:10:17][Step 1/1] at node_modules/@testing-library/react/dist/act-compat.js:46:25
[00:10:17][Step 1/1] at Object.eventWrapper (node_modules/@testing-library/react/dist/pure.js:107:28)
[00:10:17][Step 1/1] at Object.wrapEvent (node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js:6:28)
[00:10:17][Step 1/1] at Object.dispatchEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:45:22)
[00:10:17][Step 1/1] at Object.dispatchUIEvent (node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js:22:26)
[00:10:17][Step 1/1] at Mouse.up (node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js:100:30)
[00:10:17][Step 1/1] at PointerHost.release (node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js:84:28)
[00:10:17][Step 1/1] at pointerAction (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:59:47)
[00:10:17][Step 1/1] at Object.pointer (node_modules/@testing-library/user-event/dist/cjs/pointer/index.js:32:9)
[00:10:17][Step 1/1] at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:88:22)
[00:10:17][Step 1/1] at Object.<anonymous> (src/components/Configure/__tests__/Configure.test.js:607:9)
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] console.error
[00:10:17][Step 1/1] Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)
[00:10:17][Step 1/1] at module.exports (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
[00:10:17][Step 1/1] at HTMLCanvasElementImpl.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:17][Step 1/1] at HTMLCanvasElement.getContext (/work/cashtab/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:17][Step 1/1] at getContext (/work/cashtab/src/helpers/index.js:71:32)
[00:10:17][Step 1/1] at /work/cashtab/src/components/Common/WalletLabel.js:31:21
[00:10:17][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:17][Step 1/1] at flatten (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:17][Step 1/1] at ComponentStyle.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:17][Step 1/1] at StyledComponent.generateAndInjectStyles (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:17][Step 1/1] at StyledComponent.renderInner (/work/cashtab/node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:17][Step 1/1] at updateContextConsumer (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:17][Step 1/1] at beginWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:17][Step 1/1] at beginWork$1 (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:17][Step 1/1] at performUnitOfWork (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:17][Step 1/1] at workLoopSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:17][Step 1/1] at renderRootSync (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:17][Step 1/1] at performConcurrentWorkOnRoot (/work/cashtab/node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:17][Step 1/1] at workLoop (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:17][Step 1/1] at flushWork (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:17][Step 1/1] at performWorkUntilDeadline (/work/cashtab/node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:17][Step 1/1] at Timeout.task [as _onTimeout] (/work/cashtab/node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:17][Step 1/1] at listOnTimeout (node:internal/timers:573:17)
[00:10:17][Step 1/1] at processTimers (node:internal/timers:514:7) {
[00:10:17][Step 1/1] type: 'not implemented'
[00:10:17][Step 1/1] }
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] 69 | try {
[00:10:17][Step 1/1] 70 | const canvas = document.createElement('canvas');
[00:10:17][Step 1/1] > 71 | const context = canvas.getContext('2d');
[00:10:17][Step 1/1] | ^
[00:10:17][Step 1/1] 72 | context.font = font || getComputedStyle(document.body).font;
[00:10:17][Step 1/1] 73 | return context.measureText(text).width;
[00:10:17][Step 1/1] 74 | } catch (err) {
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] at VirtualConsole.<anonymous> (node_modules/jest-environment-jsdom/build/index.js:63:23)
[00:10:17][Step 1/1] at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
[00:10:17][Step 1/1] at HTMLCanvasElementImpl.getContext (node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5)
[00:10:17][Step 1/1] at HTMLCanvasElement.getContext (node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:131:58)
[00:10:17][Step 1/1] at getContext (src/helpers/index.js:71:32)
[00:10:17][Step 1/1] at src/components/Common/WalletLabel.js:31:21
[00:10:17][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1310:21)
[00:10:17][Step 1/1] at flatten (node_modules/styled-components/dist/styled-components.cjs.js:1290:16)
[00:10:17][Step 1/1] at ComponentStyle.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:1497:19)
[00:10:17][Step 1/1] at StyledComponent.generateAndInjectStyles (node_modules/styled-components/dist/styled-components.cjs.js:2116:36)
[00:10:17][Step 1/1] at StyledComponent.renderInner (node_modules/styled-components/dist/styled-components.cjs.js:2021:33)
[00:10:17][Step 1/1] at updateContextConsumer (node_modules/react-dom/cjs/react-dom.development.js:21207:19)
[00:10:17][Step 1/1] at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21652:14)
[00:10:17][Step 1/1] at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
[00:10:17][Step 1/1] at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
[00:10:17][Step 1/1] at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
[00:10:17][Step 1/1] at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
[00:10:17][Step 1/1] at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
[00:10:17][Step 1/1] at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34)
[00:10:17][Step 1/1] at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14)
[00:10:17][Step 1/1] at performWorkUntilDeadline (node_modules/scheduler/cjs/scheduler.development.js:533:21)
[00:10:17][Step 1/1] at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] -----------------------------------|---------|----------|---------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[00:10:17][Step 1/1] File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
[00:10:17][Step 1/1] -----------------------------------|---------|----------|---------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[00:10:17][Step 1/1] All files | 76.4 | 73.15 | 70.35 | 76.71 |
[00:10:17][Step 1/1] src | 2.98 | 5.35 | 4.76 | 2.98 |
[00:10:17][Step 1/1] index.js | 0 | 0 | 100 | 0 | 13-27
[00:10:17][Step 1/1] service-worker.js | 0 | 0 | 0 | 0 | 18-88
[00:10:17][Step 1/1] serviceWorkerRegistration.js | 5.12 | 9.37 | 6.25 | 5.12 | 30-143
[00:10:17][Step 1/1] src/airdrop | 97.87 | 95.74 | 100 | 97.87 |
[00:10:17][Step 1/1] index.js | 97.87 | 95.74 | 100 | 97.87 | 117,181
[00:10:17][Step 1/1] src/airdrop/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] src/alias | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/alias/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/assets/styles | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] theme.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/chronik | 88.17 | 87.5 | 76.47 | 87.95 |
[00:10:17][Step 1/1] index.js | 88.17 | 87.5 | 76.47 | 87.95 | 16-23,36-45,52-61,74-77,189,227-228,244,355,441,538-543,605,621,766-775,842,864-865,875-880,887,922-923
[00:10:17][Step 1/1] src/chronik/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] chronikMintTxs.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] chronikUtxos.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mockChronikTokenStats.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] src/components | 98.09 | 95.58 | 97.18 | 98.07 |
[00:10:17][Step 1/1] App.js | 98.05 | 95.58 | 97.14 | 98.03 | 706,788
[00:10:17][Step 1/1] NotFound.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/Airdrop | 82.08 | 88.88 | 82.14 | 82.03 |
[00:10:17][Step 1/1] Airdrop.js | 82.08 | 88.88 | 82.14 | 82.03 | 63-67,158-162,167-168,177-183,209-219,246-247,259,273,384,513
[00:10:17][Step 1/1] src/components/Alias | 48.12 | 45.54 | 42.42 | 48.71 |
[00:10:17][Step 1/1] Alias.js | 48.12 | 45.54 | 42.42 | 48.71 | 48,53,57,145-166,178,192-197,201-259,263-264,268,272-345,349-360,390,423,430-433,525,539-616,738
[00:10:17][Step 1/1] src/components/Alias/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/AppModes | 13.13 | 8.82 | 17.39 | 13.26 |
[00:10:17][Step 1/1] Extension.js | 3.5 | 0 | 0 | 3.5 | 13-141
[00:10:17][Step 1/1] WebApp.js | 26.19 | 13.04 | 40 | 26.82 | 20-43,52-88,101-103,108-110
[00:10:17][Step 1/1] src/components/Common | 82.66 | 60.59 | 78.6 | 82.92 |
[00:10:17][Step 1/1] ApiError.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] Atoms.js | 90 | 100 | 77.77 | 90 | 9,75
[00:10:17][Step 1/1] BalanceHeader.js | 100 | 81.81 | 100 | 100 | 50-52,56
[00:10:17][Step 1/1] BalanceHeaderToken.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] CopyToClipboard.js | 77.77 | 62.5 | 100 | 77.77 | 27-30
[00:10:17][Step 1/1] CustomIcons.js | 91.66 | 100 | 82.5 | 94.66 | 55,63,78,236
[00:10:17][Step 1/1] EnhancedInputs.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] ExtensionHeader.js | 63.63 | 100 | 0 | 63.63 | 49-56
[00:10:17][Step 1/1] GoogleAnalytics.js | 42.85 | 40 | 14.28 | 42.85 | 14-16,23-33
[00:10:17][Step 1/1] HideBalanceSwitch.js | 80 | 100 | 50 | 80 | 14
[00:10:17][Step 1/1] Inputs.js | 77.77 | 39.18 | 81.08 | 77.77 | 239,370-380,445-452,457-462,468-471,479
[00:10:17][Step 1/1] Modal.js | 100 | 92.85 | 100 | 100 | 93
[00:10:17][Step 1/1] PrimaryButton.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] ScanQRCode.js | 63.63 | 45 | 75 | 63.63 | 38,56-102,117
[00:10:17][Step 1/1] ServiceWorkerWrapper.js | 57.14 | 50 | 40 | 57.14 | 15-16,24-26,33
[00:10:17][Step 1/1] StyledCollapse.js | 94.44 | 33.33 | 90 | 94.44 | 48
[00:10:17][Step 1/1] Switch.js | 100 | 96.55 | 100 | 100 | 34
[00:10:17][Step 1/1] UpgradeModal.js | 39.13 | 0 | 0 | 39.13 | 26,43-45,49-52,55-60,69-73,78
[00:10:17][Step 1/1] WalletLabel.js | 64 | 0 | 72.72 | 64 | 57-79,87
[00:10:17][Step 1/1] src/components/Configure | 81.02 | 81.45 | 82.45 | 80.97 |
[00:10:17][Step 1/1] Configure.js | 81.02 | 81.45 | 82.45 | 80.97 | 498-499,502-504,550,568,655-662,700-703,733-739,760,767-770,784-785,809,838,845-848,855-857,866,888,907,913,921,930,938,953-956,964-965,970,992-1015,1025,1045-1047,1052,1065,1095-1097,1106,1134,1145,1175,1195,1219,1241-1295,1391,1583,1630
[00:10:17][Step 1/1] src/components/Configure/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/Etokens | 51.56 | 42.85 | 40.38 | 51.96 |
[00:10:17][Step 1/1] CreateToken.js | 100 | 75 | 100 | 100 | 30-37
[00:10:17][Step 1/1] CreateTokenForm.js | 43.89 | 37.8 | 26.19 | 44.29 | 50,66,96,143,148,152-181,186,190-273,280-295,300-307,329,334,362,367,393,451-501,508-566,574-796
[00:10:17][Step 1/1] Etokens.js | 100 | 62.5 | 100 | 100 | 34-54
[00:10:17][Step 1/1] TokenIcon.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] TokenList.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] TokenListItem.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/Etokens/icons | 2.52 | 0 | 0 | 2.72 |
[00:10:17][Step 1/1] cropImage.js | 2.27 | 0 | 0 | 2.43 | 6-82
[00:10:17][Step 1/1] resizeImage.js | 2.77 | 0 | 0 | 3.03 | 6-55
[00:10:17][Step 1/1] roundImage.js | 2.56 | 0 | 0 | 2.77 | 6-61
[00:10:17][Step 1/1] src/components/Home | 74 | 60.13 | 52.7 | 74 |
[00:10:17][Step 1/1] Home.js | 53.12 | 61.11 | 11.76 | 53.12 | 28-48,59-75,85-102
[00:10:17][Step 1/1] Tx.js | 78.94 | 60 | 63.63 | 78.94 | 61,71,76-78,86,93-95,105,224-236,241,247,314,429,462,860-906
[00:10:17][Step 1/1] TxHistory.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/Home/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/OnBoarding | 83.87 | 83.33 | 83.33 | 83.33 |
[00:10:17][Step 1/1] OnBoarding.js | 83.87 | 83.33 | 83.33 | 83.33 | 55,67-69,97
[00:10:17][Step 1/1] src/components/Receive | 98.3 | 96 | 95 | 98.27 |
[00:10:17][Step 1/1] QRCode.js | 97.5 | 100 | 93.75 | 97.43 | 126
[00:10:17][Step 1/1] Receive.js | 100 | 91.66 | 100 | 100 | 29
[00:10:17][Step 1/1] src/components/Send | 84.9 | 75.48 | 79.68 | 84.84 |
[00:10:17][Step 1/1] SendToken.js | 81.16 | 72.91 | 76.92 | 80.66 | 121,132,157,169,221-222,240,242,244,246-247,323-334,342,350-351,355,366,379,389,442-444,496
[00:10:17][Step 1/1] SendXec.js | 87.55 | 76.63 | 81.57 | 87.79 | 245,261-266,282-295,403-415,431,453-457,463,515-518,604-617,664,702,823-907,1002
[00:10:17][Step 1/1] src/components/Send/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/components/SignVerifyMsg | 88.88 | 80.55 | 90 | 88.88 |
[00:10:17][Step 1/1] SignVerifyMsg.js | 88.88 | 80.55 | 90 | 88.88 | 110-111,123,137,148-149,160,193,196,276
[00:10:17][Step 1/1] src/components/Swap | 66.66 | 50 | 33.33 | 66.66 |
[00:10:17][Step 1/1] Swap.js | 66.66 | 50 | 33.33 | 66.66 | 16,33
[00:10:17][Step 1/1] src/components/fixtures | 100 | 91.48 | 100 | 100 |
[00:10:17][Step 1/1] CashtabTestWrapper.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] helpers.js | 100 | 93.18 | 100 | 100 | 103,179,261
[00:10:17][Step 1/1] mocks.js | 100 | 50 | 100 | 100 | 2135
[00:10:17][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] src/config | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] CashtabCache.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] CashtabState.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] alias.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] app.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] cashtabSettings.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] chronik.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] explorer.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] opreturn.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] token.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] tokenBlacklist.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/helpers | 94.11 | 83.33 | 100 | 94.11 |
[00:10:17][Step 1/1] index.js | 94.11 | 83.33 | 100 | 94.11 | 73
[00:10:17][Step 1/1] src/helpers/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] src/hooks | 61.72 | 73.91 | 43.75 | 62.77 |
[00:10:17][Step 1/1] useImage.js | 0 | 0 | 0 | 0 | 5-203
[00:10:17][Step 1/1] useInnerScroll.js | 0 | 100 | 0 | 0 | 7-10
[00:10:17][Step 1/1] useWallet.js | 88.4 | 83.33 | 75 | 89.02 | 59,148,413-416,455,513,553,569-619,658,690,721,727-730,809-813
[00:10:17][Step 1/1] useWindowDimensions.js | 88.88 | 100 | 80 | 87.5 | 25
[00:10:17][Step 1/1] src/hooks/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/opreturn | 98.57 | 93.1 | 100 | 98.57 |
[00:10:17][Step 1/1] index.js | 98.57 | 93.1 | 100 | 98.57 | 169
[00:10:17][Step 1/1] src/opreturn/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/slpv1 | 93.9 | 86.04 | 100 | 93.9 |
[00:10:17][Step 1/1] index.js | 93.9 | 86.04 | 100 | 93.9 | 246,257,309,313,318
[00:10:17][Step 1/1] src/slpv1/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/transactions | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/transactions/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/utils | 83.67 | 87.5 | 100 | 83.67 |
[00:10:17][Step 1/1] cashMethods.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] formatting.js | 78.37 | 85 | 100 | 78.37 | 19,29,52-54,93-95
[00:10:17][Step 1/1] src/validation | 95.59 | 98.06 | 100 | 95.98 |
[00:10:17][Step 1/1] index.js | 95.59 | 98.06 | 100 | 95.98 | 55-57,119-120,272,304,324,588-589
[00:10:17][Step 1/1] src/validation/fixtures | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] mocks.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] vectors.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/wallet | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] context.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] index.js | 100 | 100 | 100 | 100 |
[00:10:17][Step 1/1] src/wallet/fixtures | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] vectors.js | 0 | 0 | 0 | 0 |
[00:10:17][Step 1/1] -----------------------------------|---------|----------|---------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] Code Coverage Summary
[00:10:17][Step 1/1] Summary of all failing tests
[00:10:17][Step 1/1] FAIL src/components/Etokens/__tests__/CreateTokenForm.test.js (6.71 s)
[00:10:17][Step 1/1] ● <CreateTokenForm /> › User can input valid token parameters, generate a token, and view a success notification
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] TestingLibraryElementError: Unable to find an element with the text: OK. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] Ignored nodes: comments, script, style
[00:10:17][Step 1/1] <body>
[00:10:17][Step 1/1] <div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="ant-spin-nested-loading css-dev-only-do-not-override-1rqnfsa"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="ant-spin-container"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-keVrkP llgaYm"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="Toastify"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-hBbWxd fsROdy"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-dyGzUR faHbNd"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-cBdUnI hOddxM"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-drKuOJ fngNAx"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <img
[00:10:17][Step 1/1] alt="cashtab"
[00:10:17][Step 1/1] class="sc-gRnDUn bXRxzU"
[00:10:17][Step 1/1] src="test-file-stub"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-bbmXgH fLVOGg"
[00:10:17][Step 1/1] data-testid="wallet-info-ctn"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-ugnQR hwVhya"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <select
[00:10:17][Step 1/1] class="sc-eIHaNI iUwBzi"
[00:10:17][Step 1/1] id="wallets"
[00:10:17][Step 1/1] name="wallets"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <option
[00:10:17][Step 1/1] class="sc-eTpRJs huWiiS"
[00:10:17][Step 1/1] value="Transaction Fixtures"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] Transaction Fixtures
[00:10:17][Step 1/1] </option>
[00:10:17][Step 1/1] </select>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-hMqMXs cAbGIb"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <svg
[00:10:17][Step 1/1] class="sc-htoDjs dHRdfz"
[00:10:17][Step 1/1] style="margin-top: 8px;"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-lkqHmb gshrSm"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <input
[00:10:17][Step 1/1] checked=""
[00:10:17][Step 1/1] class="sc-fYiAbW kIqsvc"
[00:10:17][Step 1/1] data-testid="show-hide-balance"
[00:10:17][Step 1/1] id="show-hide-balance"
[00:10:17][Step 1/1] ##teamcity[importData timestamp='2024-03-29T00:10:17.562' path='results/artifacts/junit/*.xml' type='junit']
[00:10:17][Step 1/1] Importing data from 'results/artifacts/junit/*.xml' (not existing file) with 'junit' processor
[00:10:17][Step 1/1] Ant JUnit report watcher
[00:10:17][Ant JUnit report watcher] Watching paths:
[00:10:17][Step 1/1] Publishing artifacts
[00:10:17][Publishing artifacts] Collecting files to publish: [+:results/artifacts=>artifacts.tar.gz]
[00:10:17][Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml
[00:10:17][Publishing artifacts] Creating archive artifacts.tar.gz
[00:10:17][Creating archive artifacts.tar.gz] Creating /home/teamcity/buildAgent/temp/buildTmp/TarPreprocessor15251109510569474763/artifacts.tar.gz
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for Cashtab pre 1.7.* for unit tests initializeCashtabStateAtLegacyWalletKeysForTests mocks a new Cashtab user or incognito visitor
[00:10:17][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for Cashtab pre 1.7.* for unit tests initializeCashtabStateAtLegacyWalletKeysForTests: Wallet with xec and tokens
[00:10:17][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests mocks a new Cashtab user or incognito visitor
[00:10:17][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests: Wallet with xec and tokens
[00:10:17][CashTab Unit Tests] Correctly prepares Cashtab mocked chronik client and localforage environment for unit tests initializeCashtabStateForTests: Multiple wallets
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns true for a valid sideshift library object
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns false if the sideshift library object failed to instantiate
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidSideshiftObj() returns false for an invalid sideshift library object
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidRecipient() returns true for a valid and registered alias input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidRecipient() returns false for a valid but unregistered alias input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidRecipient() returns false for an invalid eCash address / alias input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidRecipient() returns true for a valid eCash address
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidRecipient() returns true for a valid prefix-less eCash address
[00:10:17][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns true for a valid mnemonic
[00:10:17][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns false for an invalid mnemonic
[00:10:17][CashTab Unit Tests] Cashtab validation functions validateMnemonic() returns false for an empty string mnemonic
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token name that is a stringified number
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if longer than 68 characters
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a 4-char eToken token ticker
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a 12-char eToken token ticker
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects eToken token ticker if empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects eToken token ticker if > 12 chars
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts tokenDecimals if zero
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts tokenDecimals if between 0 and 9 inclusive
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects tokenDecimals if empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects tokenDecimals if non-integer
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts tokenDecimals initial genesis quantity at minimum amount for 3 decimal places
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts initial genesis quantity at minimum amount for 9 decimal places
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts initial genesis quantity at amount below 100 billion
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts highest possible initial genesis quantity at amount below 100 billion
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts initial genesis quantity if decimal places equal tokenDecimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts initial genesis quantity if decimal places are less than tokenDecimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects initial genesis quantity of zero
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects initial genesis quantity if tokenDecimals is not valid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects initial genesis quantity if 100 billion or higher
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects initial genesis quantity if it has more decimal places than tokenDecimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a valid eToken token document URL including special URL characters
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a blank string as a valid eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects eToken token name if longer than 68 characters
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with https protocol as eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with http protocol as eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with a primary and secondary top level domain as eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Accepts a domain input with just a subdomain as eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects a domain input with no top level domain, protocol or subdomain eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions Rejects a domain input as numbers eToken token document URL
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount rejects null
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount rejects undefined
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount rejects a burn amount that is 0
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount rejects a burn amount that is negative
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount rejects a burn amount that is more than the maxAmount param
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount accepts a valid burn amount
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount accepts a valid burn amount with decimal points
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidEtokenBurnAmount accepts a valid burn amount that is the same as the maxAmount
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId accepts valid token ID that is 64 chars in length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID that is less than 64 chars in length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID that is more than 64 chars in length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a token ID number that is 64 digits in length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects null
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects undefined
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects special character input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects non-alphanumeric input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop accepts valid Total Airdrop Amount
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects null
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects undefined
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidXecAirdrop rejects empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects an alphanumeric input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidTokenId rejects a number !> 0 in string format
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray accepts a valid airdrop exclusion list
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects an invalid airdrop exclusion list
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects a list of addresses if any are not prefixed
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects an empty airdrop exclusion list
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidAirdropExclusionArray rejects a null airdrop exclusion list
[00:10:17][CashTab Unit Tests] Cashtab validation functions accepts a valid wallet name
[00:10:17][CashTab Unit Tests] Cashtab validation functions rejects wallet name that is too long
[00:10:17][CashTab Unit Tests] Cashtab validation functions rejects blank string as new wallet name
[00:10:17][CashTab Unit Tests] Cashtab validation functions rejects wallet name of the wrong type
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "bitcoin" is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "ebitcoin" is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes "Lido Staked Ether", from coingeckoTop500Names, is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'matic-network', from coingeckoTop500Ids, is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'Australian Dollar', from Cashtab supported fiat currencies, is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'ebtc', from bannedTickers, is probably a scam token name
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'gbp', from bannedTickers, is probably a scam
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes 'Hong Kong Dollar', from fiatNames, is probably a scam
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes '₪', from fiat symbols, is probably a scam
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam recognizes an ordinary token name as acceptable
[00:10:17][CashTab Unit Tests] Cashtab validation functions isProbablyNotAScam accepts a token name with fragments of banned potential scam names
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects a string that starts with 6a
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects a string that starts with invalid pushdata
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects non-string input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects non-hex input
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam supports a valid hex string under max length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam supports a valid hex string under max length with mixed capitalization
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam supports a valid hex string of max length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects a string with empty spaces
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects an empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects a valid hex string exceeding max length
[00:10:17][CashTab Unit Tests] Cashtab validation functions isValidOpreturnParam rejects a valid hex string that has uneven length (i.e., half a byte)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on startup
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled if address has been entered but no value
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled for valid address and value
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on zero balance
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid address
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid value
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled for invalid opreturn msg
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Disabled on priceApi error
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determining whether Send button should be disabled on SendXec screen shouldSendXecBeDisabled: Enabled if isOneToManyXECSend and value is not entered
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Blank string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Address only and no querystring
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: prefixless address input
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: alias only and no querystring
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: alias missing .xec suffix
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param equal to user balance, no decimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param exceeding user balance by one satoshi, no decimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid amount param, with decimals
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid address with valid amount param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: etoken address with valid amount param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with invalid amount param (too many decimal places)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid alias with valid amount param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid alias with valid amount param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with valid op_return_raw param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid alias with valid op_return_raw param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid address with invalid op_return_raw param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Valid amount and op_return_raw params
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: invalid querystring (unsupported params)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Invalid queryString, repeated param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Parses user input address strings with parseAddressInput parseAddressInput: Repeated op_return_raw param
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns true for a valid lowercase alphanumeric input
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains uppercase char
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains special char
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains emoji
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains other special characters
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input is an empty string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains an empty space
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains symbols
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input is not a string
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if input contains underscores
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns expected error if exceeds byte restriction
[00:10:17][CashTab Unit Tests] Cashtab validation functions Returns true if a given input meets alias spec or expected error msg if it does not meetsAliasSpec: returns true for an alias of max bytecount
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias send input
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias missing prefix
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias with double suffix
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Valid alias with bad suffix
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Invalid alias (too long)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validates user alias input on Send and SendToken screens isValidAliasSendInput: Invalid alias (nonalphanumeric)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Legacy empty contact list
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Empty contact list
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Array of more than one empty object is invalid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: List with one valid entry
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Multiple valid entries
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Valid objects but also an empty object is false
[00:10:17][CashTab Unit Tests] Cashtab validation functions Validating Cashtab Contact Lists isValidContactList: Valid alias formats are accepted
[00:10:17][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Migrates a 1.4.x user to 1.5.0 settings
[00:10:17][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: User with only fiatCurrency in settings
[00:10:17][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Migrates an empty object to default settings
[00:10:17][CashTab Unit Tests] Cashtab validation functions Appropriately migrates users with legacy settings migrateLegacyCashtabSettings: Returns object unchanged if it has all expected keys
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: A 1.4.x settings object is invalid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: A 1.5.0 settings object is valid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if the currency is not supported
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if a ticker is misnamed
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if the user has valid cashtab settings isValidCashtabSettings: Rejects an otherwise-valid settings object if it is from before the introduction of sendModal
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false for legacy cashtabCache
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns false if there is not a map at tokens key
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns true for current version cashtabCache
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if cashtabCache is valid or invalid isValidCashtabCache: Returns true for default cashtabCache
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns true for a valid Cashtab wallet
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if not an object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if false (used to indicate no wallet yet set)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing mnemonic
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing name
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing paths
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing hash in path1899 path object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing address in path1899 path object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing wif in path1899 path object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet is missing wif in a secondary path object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet has no path info objects
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if wallet.state is not an object
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no balanceSats in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if balances in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if balanceSats is not a number
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no slpUtxos in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no nonSlpUtxos in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if no tokens in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if hydratedUtxoDetails is in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a cashtab wallet is valid or invalid isValidCashtabWallet: Returns false if slpBalancesAndUtxos is in wallet.state
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: Dust minimum is valid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: 1 satoshi below dust min is invalid
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: 0 is not a valid send amount
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with one decimal place not exceeding user balance is accepted
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with two decimal places not exceeding user balance is accepted
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value with more than two decimal places not exceeding user balance is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value using a decimal marker other than "." is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A non-number string is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: null is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: undefined is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value including non-numerical characters is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value exactly matching wallet balance is accepted
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A value exceeding wallet balance by 1 satoshi is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to less than the user total balance is accepted
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to one satoshi more than the user total balance is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to more than the user total balance is rejected
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input send amount is valid isValidXecSendAmount: A fiat value that converts to more than the user total balance is rejected with error formatted in non-default locale
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Accepts correctly formed multisend output for amount exactly equal to wallet total balance
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Rejects correctly formed multisend output for amount exceeding wallet total balance by 1 satoshi
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Accepts correctly formed multisend output for amount exactly equal to wallet total balance if addresses are padded by extra spaces
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if string includes an invalid address
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for invalid value (dust)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line numberfor invalid value (too many decimal places)
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for an empty input
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number for an empty row
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg for non-string input
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if csv line does not include address and value
[00:10:17][CashTab Unit Tests] Cashtab validation functions Determines if a user input multi-send CSV is valid isValidMultiSendUserInput: Returns expected error msg and line number if a line has more than one comma
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Fixed supply eToken mint for token with decimals
[00:10:17][CashTab Unit Tests] Generating etoken genesis tx target outputs getSlpGenesisTargetOutput: Fixed supply eToken mint for tokenId 50d8292c6255cda7afc6c8566fed3cf42a2794e9619740fe8f4c95431271410e
[00:10:17][CashTab Unit Tests] Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Invalid document hash
[00:10:17][CashTab Unit Tests] Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Missing decimals
[00:10:17][CashTab Unit Tests] Generating etoken genesis tx target outputs getSlpGenesisTargetOutput throws error for: Non-string name
[00:10:17][CashTab Unit Tests] Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We can get a single token utxo from an array including other token utxos and non-token utxos
[00:10:17][CashTab Unit Tests] Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We can get a multiple token utxos from an array including other token utxos and non-token utxos
[00:10:17][CashTab Unit Tests] Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: We return an empty array if no matches are found from a bad tokenId
[00:10:17][CashTab Unit Tests] Get all slpv1 SEND utxos from a mixed utxo set from ChronikClientNode getAllSendUtxos: In-node: We return an empty array if we have no tokenUtxos for a given tokenId
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with no change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with no change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSendTokenInputs: Token send with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Sending more than utxos with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Sending more than utxos with no decimals
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Invalid decimals
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: No token utxos
[00:10:17][CashTab Unit Tests] Get slpv1 send token inputs and outputs from in-node chronik-client getSlpBurnTargetOutput throws error for: Send qty is empty string
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with no change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with no change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos: Token send with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSlpSendTargetOutputs with in-node inputs: Token send with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Sending more than utxos with decimals and change output
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Sending more than utxos with no decimals
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Invalid decimals
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: No token utxos
[00:10:17][CashTab Unit Tests] Get slpv1 send input utxos from in-node chronik-client getSendTokenInputs with in-node chronik utxos throws error for: Send qty is empty string
[00:10:17][CashTab Unit Tests] Generating etoken burn tx target outputs getSlpBurnTargetOutputs: Burn a fraction of balance
[00:10:17][CashTab Unit Tests] Generating etoken burn tx target outputs getSlpBurnTargetOutputs: Burn all balance
[00:10:17][CashTab Unit Tests] Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burn a single token utxo
[00:10:17][CashTab Unit Tests] Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burns multiple token utxos
[00:10:17][CashTab Unit Tests] Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs: Burns max slp quantity for 9 decimals
[00:10:17][CashTab Unit Tests] Generating explicit etoken burn tx target output from in-node utxos getExplicitBurnTargetOutputs throws error if called with in-node utxos and no specified decimals
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getTokenStats successfully returns a token stats object
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getPreliminaryTokensArray successfully returns an array of all tokenIds and token balances (not yet adjusted for token decimals)
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions We will automatically cache the unknown tokenId 0000000000000000000000000000000000000000000000000000000000000000 without attempting to get its info from chronik
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions finalizeTokensArray successfully returns finalTokenArray and cachedTokenInfoById even if no cachedTokenInfoById is provided
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions finalizeTokensArray successfully returns finalTokenArray and cachedTokenInfoById when called with all token info in cache
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions updateCachedTokenInfoAndFinalizeTokensArray successfully returns finalTokenArray and cachedTokenInfoById when called with some token info in cache
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions flattenChronikTxHistory successfully combines the result of getTxHistoryChronik into a single array
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getMintAddress successfully parses chronik.tx response to determine mint address for TabCash token
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getMintAddress successfully parses chronik.tx response to determine mint address for PoW token
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getMintAddress successfully parses chronik.tx response to determine mint address for Alita token
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions getMintAddress successfully parses chronik.tx response to determine mint address for a BUX self minted token
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Staking rewards coinbase tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Incoming XEC tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Outgoing XEC tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Alias registration
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Incoming eToken
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Outgoing eToken
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Genesis tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Incoming eToken tx with 9 decimals
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Legacy airdrop tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Outgoing encrypted msg (deprecated)
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Incoming encrypted msg (deprecated)
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Token burn tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Token burn tx with decimals
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Incoming eToken tx less than zero with decimals
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: SWaP tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Pre-spec alias registration (now off spec)
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: PayButton tx with no data and payment id
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: PayButton tx with data and payment id
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: PayButton tx with no data and no payment id
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: PayButton tx with data and no payment id
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: PayButton tx with unsupported version number
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Paybutton tx that does not have spec number of pushes
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: External msg received from Electrum
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Parses supported tx types parseChronikTx: Before adding support for tokens other than SLPV1, an ALP tx is parsed as an eCash tx
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: successfully orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if all txs are confirmed
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if some txs are confirmed and others unconfirmed
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Sorts and trims chronik tx history sortAndTrimChronikTxHistory: orders the result of flattenChronikTxHistory by blockheight and firstSeenTime if all txs are unconfirmed,
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Splits token utxos and non-token utxos using real in-node utxos
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Splits token utxos and non-token utxos
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Returns empty array for nonSlpUtxos if all utxos are token utxos
[00:10:17][CashTab Unit Tests] Cashtab chronik.js functions Separates SLP and non-SLP utxos organizeUtxosByType: Returns empty array for preliminarySlpUtxos if no token utxos found
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states localforage can set and get a map of tokeninfo by tokenId
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price is set in state on successful API fetch
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price remains null in state on API error
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states XEC price is set in state to fiat currency of user settings on successful API fetch
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states Cashtab loads wallet, settings, cache, and contactlist from localforage to context if they are present
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() refreshes alias prices when aliasPrices is null
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() refreshes alias prices when aliasPrices exists, server and cashtab prices array length do not match
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states processChronikWsMsg() does not refresh alias prices when aliasPrices exists, server and cashtab array length do match
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify a processChronikWsMsg() new block event updates the `aliasServerError` state var upon a /prices/ endpoint error
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify refreshAliases() updates the `aliases` state variable on a successful /address/ endpoint response
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states Verify refreshAliases() updates the `aliasServerError` state variable upon an /address/ endpoint error
[00:10:17][CashTab Unit Tests] useWallet hook rendering in different localforage states An incoming tx message from the websocket causes the wallet to update
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Renders the loader if balanceSats is not an integer
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Renders the BalanceHeader component correctly with default locale en-US
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Renders the BalanceHeader component correctly with fr-FR locale
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Balance is hidden if cashtabSettings.balanceVisible is false
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Renders fiat price for a non-USD currency
[00:10:17][CashTab Unit Tests] <BalanceHeader /> Fiat price and forex are not displayed if fiatPrice is unavailable
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput: Alphanumeric string
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput: String with emojis
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput: String of max length for Cashtab Msg
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: String exceeding max length for Cashtab Msg by 1 byte
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: non-string input
[00:10:17][CashTab Unit Tests] Cashtab Msg building functions getCashtabMsgTargetOutput throws error for: Empty string
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput Airdrop with no optional msg
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput Airdrop with many spaces for optional msg treated as no optional msg
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput Airdrop with optional alphanumeric msg
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput Airdrop with optional emoji and special characters msg
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput Airdrop with optional msg of max allowable length
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput getAirdropTargetOutput throws error for: Invalid tokenId provided
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput getAirdropTargetOutput throws error for: Airdrop msg exceeding max length for airdrop msg by 1 byte
[00:10:17][CashTab Unit Tests] getAirdropTargetOutput getAirdropTargetOutput throws error for: non-string input for airdrop msg
[00:10:17][CashTab Unit Tests] Alias registration target output building functions getAliasTargetOutput: Valid alias to p2pkh address
[00:10:17][CashTab Unit Tests] Alias registration target output building functions getAliasTargetOutput: Valid alias to p2sh address
[00:10:17][CashTab Unit Tests] Alias registration target output building functions getAliasTargetOutput throws error for: Invalid alias
[00:10:17][CashTab Unit Tests] Alias registration target output building functions getAliasTargetOutput throws error for: Invalid address
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with emoji
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with emoji and text
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with special characters
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with Korean text
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with Arabic text
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with Chinese text
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alias with mixed foreign alphabets and emoji
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount: Alphanumeric valid v0 alias
[00:10:17][CashTab Unit Tests] Determines byte count of user input alias registrations getAliasByteCount throws error for: non-text input
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: a single emoji
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with characters and emojis
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with special characters
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: msg input with a mixture of symbols, multilingual characters and emojis
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: Alphanumeric string
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: String with emojis
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount: String of max length for Cashtab Msg
[00:10:17][CashTab Unit Tests] Determines bytecount of user input Cashtab Msg getCashtabMsgByteCount throws error for: non-text input
[00:10:17][CashTab Unit Tests] Build target output for opreturn as bip21 param getOpreturnParamTargetOutput: Valid opreturn param input
[00:10:17][CashTab Unit Tests] Build target output for opreturn as bip21 param getOpreturnParamTargetOutput: Max length for opreturn param
[00:10:17][CashTab Unit Tests] Build target output for opreturn as bip21 param getOpreturnParamTargetOutput throws error for: Invalid opreturn param input
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] queryAliasServer() correctly throws a network error for server downtime or a malformed fetch url
[00:10:17][CashTab Unit Tests] queryAliasServer() correctly returns an array of alias objects for a valid eCash address that has registered aliases
[00:10:17][CashTab Unit Tests] queryAliasServer() correctly returns an array of alias objects for a valid prefix-less eCash address that has registered aliases
[00:10:17][CashTab Unit Tests] queryAliasServer() returns an empty array for a valid eCash address with no aliases
[00:10:17][CashTab Unit Tests] queryAliasServer() throws an error for an invalid eCash address
[00:10:17][CashTab Unit Tests] queryAliasServer() returns an alias object for a registered alias
[00:10:17][CashTab Unit Tests] queryAliasServer() returns an api error for a non-alphanumeric alias
[00:10:17][CashTab Unit Tests] queryAliasServer() returns a valid object for an unregistered alias
[00:10:17][CashTab Unit Tests] queryAliasServer() returns an error for an alias longer than 21 characters
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address if all utxos are mature coinbase utxos
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address with an OP_RETURN output
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2pkh address with an OP_RETURN output at index 0
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 1 sat/byte to p2sh address
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1000 satoshis with 1 change output at 10 sat/byte
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1 satoshi per byte tx with no change outputs
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1 satoshi per byte tx with no change outputs from a wallet with utxos at many addresses
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 1 satoshi per byte tx broadcast actually broadcast with this function
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: No precision error using JS Number on utxo with highest theoretically possible value
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 15000 satoshis with 1 change output at 1 sat/byte to 5 p2pkh addresses
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: 15000 satoshis with 1 change output at 1 sat/byte to 5 p2sh outputs
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Sending below dust threshold
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Sending above wallet balance
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Sending within wallet balance but insufficient to cover fee
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Attempting to create a tx with fee rate below 1 sat/byte
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Tx with utxos for which the wallet has no private keys
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: throws broadcast error from the node
[00:10:17][CashTab Unit Tests] Improved Cashtab transaction broadcasting function sendXec: Insufficient balance due to immature coinbase utxos
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Airdrop
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Multisend format with extra space around address and value
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: One address in multi format
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs: Multisend including a non-integer JS result
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Invalid multisend input (dust)
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Too many decimal places
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Use of comma as decimal place marker
[00:10:17][CashTab Unit Tests] Forming multisend targetOutputs getMultisendTargetOutputs throws error for: Too many commas on one line
[00:10:17][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with no coinbase utxos returned unchanged
[00:10:17][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with immature coinbase utxo returned without immature coinbase utxo
[00:10:17][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: Array with some immature coinbase utxos and some mature coinbase utxos returned without immature coinbase utxo
[00:10:17][CashTab Unit Tests] Ignore unspendable coinbase utxos ignoreUnspendableUtxos: If blockheight is zero, all coinbase utxos are removed
[00:10:17][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP send and burn with token change, NNG utxo shape
[00:10:17][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP send and BURN with no token change, NNG utxo shape
[00:10:17][CashTab Unit Tests] We can create and broadcast SLP v1 SEND and BURN txs from utxos of nng or in-node chronik shape Build and broadcast an SLP V1 SEND and BURN tx from in-node chronik-client utxos: SLP max send tx using all available input utxos
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Kind of a normal balance calculation
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Wallet balance of total XEC supply
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Empty array returns 0 balance
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Array containing valid and invalid chronik utxos returns NaN
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats: Array containing invalid chronik utxos returns NaN
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Calculates total balance in satoshis from a valid set of chronik utxos getBalanceSats throws error for: Call with non-Array
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: Total XEC supply
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: Total XEC supply
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: Total XEC supply less 1 satoshi
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: Total XEC supply less 1 satoshi
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts satoshis to xec: 0 is 0
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis Converts xec to satoshis: 0 is 0
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis toXec throws error for: Bad XEC amount, too many decimal places
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts satoshis to XEC and XEC to satoshis toSatoshis throws error for: Bad XEC amount, too many decimal places
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns true if wallet has token in exactly required amount
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns false if wallet has token but less than required amount
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Determines if the wallet has greater than or equal to a specified qty of a specified token hasEnoughToken: Returns false if wallet does not have this token
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Creates a wallet from valid bip39 mnemonic createCashtabWallet: Creates a Cashtab wallet from a valid bip39 mnemonic
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts 1 USD from fiat to satoshis for string input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts total XEC supply in USD from fiat to satoshis for string input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Returns an integer even if input has arbitrarily high decimal precision for string input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts 1 USD from fiat to satoshis for number input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Converts total XEC supply in USD from fiat to satoshis for number input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Converts string input of fiat send amount to satoshis XEC createCashtabWallet: Returns an integer even if input has arbitrarily high decimal precision for number input
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Determines legacy paths for a post-2.2.0 wallet with legacy paths
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Determines legacy paths for a pre-2.2.0 wallet with legacy paths
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets legacy paths from a legacy wallet requiring migration getLegacyPaths: Returns an empty array if the wallet contains no legacy paths
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet: Return expected wallets array
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet: Returns wallets array unchanged if walletToActivate is already wallets[0]
[00:10:17][CashTab Unit Tests] Cashtab wallet methods Gets expected array when activating a new wallet getWalletsForNewActiveWallet throws error for: Throws error if called with a wallet that is not in wallets
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Home /> Renders the loading component while loading, then the Home screen
[00:10:17][CashTab Unit Tests] <Home /> Renders the Home screen with API error
[00:10:17][CashTab Unit Tests] <Home /> Renders backup warning and QR Code if user loads with a new wallet
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Receive /> Renders as expected on desktop, including copy paste functionality of clicking on the QR code
[00:10:17][CashTab Unit Tests] <Receive /> Renders the Receive screen with QR code of expected width for smallest supported mobile view
[00:10:17][CashTab Unit Tests] <Receive /> Renders the Receive screen with QR code of size that is fully viewable in extension dimensions
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with an input of 0
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with zero XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with a small XEC balance input with 2+ decimal figures
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with 1 Million XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with 1 Billion XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with total supply as XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with > total supply as XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with no balance
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with null input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with undefined as input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatBalance with non-numeric input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Accepts a valid unix timestamp
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Accepts an empty string and generates a new timestamp
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Accepts no parameter and generates a new timestamp
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Accepts 'undefined' as a parameter and generates a new date
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Rejects an invalid string containing letters.
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions Rejects an invalid string containing numbers.
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with zero XEC balance input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with a small XEC balance input with 2+ decimal figures
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with a large XEC balance input with 2+ decimal figures
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with no balance
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with null input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatFiatBalance with undefined input
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions returns undefined formatTokenBalance with undefined inputs
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions test formatTokenBalance with valid balance & decimal inputs
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions returns undefined when passed invalid decimals parameter
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions returns undefined when passed invalid balance parameter
[00:10:17][CashTab Unit Tests] Correctly executes formatting functions maintains trailing zeros in balance per tokenDecimal parameter
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <CreateTokenForm /> User can input valid token parameters, generate a token, and view a success notification
[00:10:17][<CreateTokenForm /> User can input valid token parameters, generate a token, and view a success notification] TestingLibraryElementError: Unable to find an element with the text: OK. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="ant-spin-nested-loading css-dev-only-do-not-override-1rqnfsa" > <div class="ant-spin-container" > <div class="sc-keVrkP llgaYm" > <div class="Toastify" /> <div class="sc-hBbWxd fsROdy" > <div class="sc-dyGzUR faHbNd" > <div class="sc-cBdUnI hOddxM" > <div class="sc-drKuOJ fngNAx" > <img alt="cashtab" class="sc-gRnDUn bXRxzU" src="test-file-stub" /> </div> <div class="sc-bbmXgH fLVOGg" data-testid="wallet-info-ctn" > <div class="sc-ugnQR hwVhya" > <select class="sc-eIHaNI iUwBzi" id="wallets" name="wallets" > <option class="sc-eTpRJs huWiiS" value="Transaction Fixtures" > Transaction Fixtures </option> </select> <div class="sc-hMqMXs cAbGIb" > <svg class="sc-htoDjs dHRdfz" style="margin-top: 8px;" /> </div> <div class="sc-lkqHmb gshrSm" > <input checked="" class="sc-fYiAbW kIqsvc" data-testid="show-hide-balance" id="show-hide-balance" name="show-hide-balance" type="checkbox" /> <label class="sc-eLExRp fFvRzj" for="show-hide-balance" > <span class="sc-cbkKFq cOBioQ" data-off="" data-on="" /> <span class="sc-krvtoX hQrTsQ" /> </label> </div> </div> <div class="sc-dxZgTM hQASRT" data-testid="balance-xec" > 9,513.12 XEC </div> <div class="sc-iomxrj heEbIA" data-testid="balance-fiat" > $ 0.29   USD </div> <p class="sc-dvCyap laskFG" data-testid="ecash-price" > 1 XEC = 0.00003000 USD </p> </div> </div> <div class="sc-jqCOkK dpFugr" > <div class="sc-dymIpo ftpWCD" > <h3> Create a Token </h3> <div class="sc-fOKMvo eqLKzv" > <div class="sc-iQNlJl gSDyLy" > <div class="sc-bsbRJL gVlzfi" > <input class="sc-hZSUBg iKddpB" name="name" placeholder="Enter a name for your token" value="test token" /> </div> <div class="sc-hORach fnZTRV" /> </div> <div class="sc-iQNlJl gSDyLy" > <div class="sc-bsbRJL gVlzfi" > <input class="sc-hZSUBg iKddpB" name="ticker" placeholder="Enter a ticker for your token" value="TKE" /> ... at Object.getElementError (/work/cashtab/node_modules/@testing-library/dom/dist/config.js:37:19) at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:76:38 at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:52:17 at /work/cashtab/node_modules/@testing-library/dom/dist/query-helpers.js:95:19 at Object.getByText (/work/cashtab/src/components/Etokens/__tests__/CreateTokenForm.test.js:134:33)
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Tx /> Renders the timestamp if timeFirstSeen !== 0
[00:10:17][CashTab Unit Tests] <Tx /> Renders the timestamp as block timestamp timeFirstSeen === 0
[00:10:17][CashTab Unit Tests] <Tx /> Does not render a timestamp for an unconfirmed tx with timeFirstSeen === '0'
[00:10:17][CashTab Unit Tests] <Tx /> Renders from contact name if a tx is from an address in contact list
[00:10:17][CashTab Unit Tests] <Tx /> Does not render from contact name if a tx is not from an address in contact list
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and no ignored addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and one ignored address
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId and two ignored addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders only one address eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx: We can calculate an airdrop for holders of a given tokenId with an ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if no tokens are held at p2pkh or p2sh addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for a standard (prorata) airdrop getAirdropTx throws error for: We throw expected error if all eligible recipients would receive dust
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and no ignored addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and one ignored address
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId and two ignored addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders only one address eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with no ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx: We can calculate an airdrop for holders of a given tokenId with an ignored addresses and a specified minTokenQtyUndecimalized that renders some addresses eligible
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if no tokens are held at p2pkh or p2sh addresses
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if all eligible addresses are excluded
[00:10:17][CashTab Unit Tests] Cashtab airdrop methods Gets csv list of airdrop recipients address and amounts for an equal airdrop getEqualAirdropTx throws error for: We throw expected error if anticipated airdrop amount is less than dust
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered
[00:10:17][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered when pending list is empty
[00:10:17][CashTab Unit Tests] <Alias /> Registered and Pending Aliases are correctly rendered when registered list is empty
[00:10:17][CashTab Unit Tests] <Alias /> Registered and Pending lists still renders when aliasValidationError is populated and aliasServerError is false
[00:10:17][CashTab Unit Tests] <Alias /> Registered and Pending lists do not render when aliasValidationError is false and aliasServerError is populated
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <CreateToken /> If wallet has sufficient XEC, renders CreateTokenForm
[00:10:17][CashTab Unit Tests] <CreateToken /> If wallet has insufficient XEC, renders component but does not render CreateTokenForm
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] sumOneToManyXec() correctly parses the value for a valid one to many send XEC transaction
[00:10:17][CashTab Unit Tests] sumOneToManyXec() correctly parses the value for a valid one to many send XEC transaction with decimals
[00:10:17][CashTab Unit Tests] sumOneToManyXec() returns NaN for an address and value array that is partially typed or has invalid format
[00:10:17][CashTab Unit Tests] Correctly executes cash utility functions Successfully extracts a hash160 array from valid cashtab wallet
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Navigator is undefined
[00:10:17][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Navigator.userAgentData is undefined
[00:10:17][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Desktop device on browser with userAgentData support
[00:10:17][CashTab Unit Tests] Cashtab helper functions Detect mobile or desktop devices isMobile: Mobile device on browser with userAgentData support
[00:10:17][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator is undefined
[00:10:17][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator.language is undefined
[00:10:17][CashTab Unit Tests] Cashtab helper functions Get user locale getUserLocale: navigator.language is defined and not the default
[00:10:17][CashTab Unit Tests] Cashtab helper functions Converts cashtabCache to and from JSON for storage and in-app use cashtabCacheToJSON and storedCashtabCacheToMap: Converts cashtabCache with populated token cache to JSON for storage
[00:10:17][CashTab Unit Tests] Cashtab helper functions Converts cashtabCache to and from JSON for storage and in-app use cashtabCacheToJSON and storedCashtabCacheToMap: Converts cashtabCache with empty token cache to JSON for storage
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <QRCode /> QRCode copying ecash address
[00:10:17][CashTab Unit Tests] <QRCode /> QRCode copying eToken address
[00:10:17][CashTab Unit Tests] <QRCode /> QRCode will render without address
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <ScanQRCode /> Renders the modal on load if loadWithCameraOpen is true
[00:10:17][CashTab Unit Tests] <ScanQRCode /> Does not render the modal on load if loadWithCameraOpen is false
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <CashtabTestWrapper /> With default props, renders App component
[00:10:17][CashTab Unit Tests] <CashtabTestWrapper /> We can render other pages by passing the route
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Airdrop /> We can send a pro-rata airdrop and equal tx to a tokenId not in our cache using custom settings
[00:10:17][CashTab Unit Tests] <Airdrop /> We can ignore addresses with less than a token balance for a token with decimals
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address and value keys are set and valid.
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address and value keys are set and valid. Invalid bip21 string is ignored.
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address field is populated + disabled while value field is empty + enabled if legacy url params have address defined and value present as undefined
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Address field is populated + disabled while value field is empty + enabled if legacy url params have address defined and no value key present
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Params are ignored if only value param is present
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params. Params are ignored if param is duplicated
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL Legacy params are not parsed as bip21 even if the bip21 param appears in the string
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL bip21 param - valid bip21 param with amount and op_return_raw is parsed as expected
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL bip21 param - an invalid bip21 param shows validation errors but cannot be changed
[00:10:17][CashTab Unit Tests] <SendXec /> rendered with params in URL No params. Send screen loads normally with no rendered input.
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <SendToken /> Renders the SendToken screen with send address input
[00:10:17][CashTab Unit Tests] <SendToken /> Accepts a valid ecash: prefixed address
[00:10:17][CashTab Unit Tests] <SendToken /> Accepts a valid etoken: prefixed address
[00:10:17][CashTab Unit Tests] <SendToken /> Accepts a valid alias
[00:10:17][CashTab Unit Tests] <SendToken /> Displays a validation error for an invalid address
[00:10:17][CashTab Unit Tests] <SendToken /> Displays a validation error for an alias without .xec suffix
[00:10:17][CashTab Unit Tests] <SendToken /> Displays a validation error for valid alias that has not yet been registered
[00:10:17][CashTab Unit Tests] <SendToken /> Displays expected error if alias server gives a bad response
[00:10:17][CashTab Unit Tests] <SendToken /> Displays a validation error if the user includes any query string
[00:10:17][CashTab Unit Tests] <SendToken /> Renders the send token notification upon successful broadcast
[00:10:17][CashTab Unit Tests] <SendToken /> Renders the burn token success notification upon successful burn tx broadcast
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon successfully signing a message
[00:10:17][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon successfully verifying a message
[00:10:17][CashTab Unit Tests] <SignVerifyMsg /> Notification is rendered upon signature verification error
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <App /> Renders onboarding screen at home route if user has no wallet
[00:10:17][CashTab Unit Tests] <App /> Renders onboarding screen at Receive route if user has no wallet
[00:10:17][CashTab Unit Tests] <App /> Renders onboarding screen even on a bad route if user has no wallet
[00:10:17][CashTab Unit Tests] <App /> Renders 404 at bad route if user has a wallet
[00:10:17][CashTab Unit Tests] <App /> Navigation menu routes to expected components
[00:10:17][CashTab Unit Tests] <App /> Adding a contact to to a new contactList by clicking on tx history adds it to localforage and wallet context
[00:10:17][CashTab Unit Tests] <App /> Adding a contact to an existing contactList by clicking on tx history adds it to localforage and wallet context
[00:10:17][CashTab Unit Tests] <App /> A user with legacy blank contactList in localstorage is migrated on startup
[00:10:17][CashTab Unit Tests] <App /> Clicking "reply" on a Cashtab Msg correctly populates the SendXec to address and amount fields
[00:10:17][CashTab Unit Tests] <App /> We do not see the camera auto-open setting in the config screen on a desktop device
[00:10:17][CashTab Unit Tests] <App /> We do see the camera auto-open setting in the config screen on a mobile device
[00:10:17][CashTab Unit Tests] <App /> Setting "Send Confirmations" settings will show send confirmations
[00:10:17][CashTab Unit Tests] <App /> If Cashtab starts up with some settings keys missing, the missing keys are migrated to default values
[00:10:17][CashTab Unit Tests] <App /> Setting "ABSOLUTE MINIMUM fees" settings will reduce fees to absolute min
[00:10:17][CashTab Unit Tests] <App /> Wallet with easter egg token sees easter egg
[00:10:17][CashTab Unit Tests] <App /> If Cashtab starts with 1.5.* cashtabCache, it is wiped and migrated to 1.6.* cashtabCache
[00:10:17][CashTab Unit Tests] <App /> A new user can import a mnemonic
[00:10:17][CashTab Unit Tests] <App /> Migrating from wallet/savedWallet keys (version < 1.6.0): A user with an invalid Cashtab wallet as the active wallet is migrated on startup
[00:10:17][CashTab Unit Tests] <App /> Migrating from wallet/savedWallet keys (version < 1.6.0): A user with pre-2.1.0 valid wallets in savedWallets has them all migrated to new storage keys and new shape
[00:10:17][CashTab Unit Tests] <App /> Migrating (version >= 1.6.0 and < 2.1.0): A user with an invalid wallet stored at wallets key has that wallet migrated
[00:10:17][CashTab Unit Tests] <App /> Migrating (version >= 1.6.0 and < 2.1.0): A user with multiple invalid wallets in savedWallets has them migrated
[00:10:17][CashTab Unit Tests] <App /> Cashtab version >= 1.6.0 and < 2.1.0: A user with an invalid Cashtab wallet as the active wallet is migrated on startup
[00:10:17][CashTab Unit Tests] <App /> A user with all valid wallets in savedWallets does not have any savedWallets migrated
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <SendXec /> Renders the SendXec screen with send address input
[00:10:17][CashTab Unit Tests] <SendXec /> Pass valid address to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass valid alias to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass an invalid address to Send To field and get a validation error
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a possibly valid alias without .xec suffix to Send To field and get expected error
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid alias to Send To field that has not yet been registered and get expected error
[00:10:17][CashTab Unit Tests] <SendXec /> Get expected error msg and send disabled if bad response from alias server
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount param to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid alias and bip21 query string with valid amount param to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with invalid amount param (dust) to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Valid address with valid bip21 query string with valid amount param rejected if amount exceeds wallet balance
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid alias and bip21 query string with invalid amount param (too many decimals) to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and an invalid bip21 query string
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with op_return_raw param to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount and op_return_raw params to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Pass a valid address and bip21 query string with valid amount and invalid op_return_raw params to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> Clicking "Send" will send a valid tx with op_return_raw after entry of a valid address and bip21 query string with valid amount and op_return_raw params to Send To field
[00:10:17][CashTab Unit Tests] <SendXec /> We can calculate max send amount with and without a cashtab msg, and send a max sat tx with a cashtab msg
[00:10:17][CashTab Unit Tests] <SendXec /> If the user has minFeeSends set to true but no longer has the right token amount, the feature is disabled
[00:10:17][CashTab Unit Tests] <SendXec /> We can send a tx with amount denominated in fiat currency
[00:10:17][Step 1/1] CashTab Unit Tests
[00:10:17][CashTab Unit Tests] <Configure /> We can add, delete, rename, contacts from the Configure screen, and add a savedWallet as a contact
[00:10:17][CashTab Unit Tests] <Configure /> Confirm mocked bip39.generateMnemonic() returns the expected seed
[00:10:17][CashTab Unit Tests] <Configure /> We can rename the active wallet or a saved wallet, we can add a wallet, we can import a wallet, we can delete a wallet
[00:10:17][Creating archive artifacts.tar.gz] Archive was created, file size 128.52 KB (131608 bytes)
[00:10:18][Publishing artifacts] Publishing 1 file using [ArtifactsCachePublisher]: results/artifacts => artifacts.tar.gz
[00:10:18][Publishing artifacts] Publishing 1 file using [WebPublisher]: results/artifacts => artifacts.tar.gz
[00:10:17][Step 1/1] ##teamcity[publishArtifacts '+:results/artifacts=>artifacts.tar.gz']
[00:10:18][Step 1/1] Build cashtab-tests failed with exit code 1
[00:10:17][Step 1/1] ##teamcity[buildProblem timestamp='2024-03-29T00:10:17.658' description='Build cashtab-tests failed with exit code 1']
[00:10:17][Step 1/1] name="show-hide-balance"
[00:10:17][Step 1/1] type="checkbox"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] <label
[00:10:17][Step 1/1] class="sc-eLExRp fFvRzj"
[00:10:17][Step 1/1] for="show-hide-balance"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <span
[00:10:17][Step 1/1] class="sc-cbkKFq cOBioQ"
[00:10:17][Step 1/1] data-off=""
[00:10:17][Step 1/1] data-on=""
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] <span
[00:10:17][Step 1/1] class="sc-krvtoX hQrTsQ"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] </label>
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-dxZgTM hQASRT"
[00:10:17][Step 1/1] data-testid="balance-xec"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] 9,513.12
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] XEC
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-iomxrj heEbIA"
[00:10:17][Step 1/1] data-testid="balance-fiat"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] $
[00:10:17][Step 1/1] 0.29
[00:10:17][Step 1/1]  
[00:10:17][Step 1/1] USD
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <p
[00:10:17][Step 1/1] class="sc-dvCyap laskFG"
[00:10:17][Step 1/1] data-testid="ecash-price"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] 1
[00:10:17][Step 1/1] XEC
[00:10:17][Step 1/1] =
[00:10:17][Step 1/1] 0.00003000
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] USD
[00:10:17][Step 1/1] </p>
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-jqCOkK dpFugr"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-dymIpo ftpWCD"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <h3>
[00:10:17][Step 1/1] Create a Token
[00:10:17][Step 1/1] </h3>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-fOKMvo eqLKzv"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-iQNlJl gSDyLy"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-bsbRJL gVlzfi"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <input
[00:10:17][Step 1/1] class="sc-hZSUBg iKddpB"
[00:10:17][Step 1/1] name="name"
[00:10:17][Step 1/1] placeholder="Enter a name for your token"
[00:10:17][Step 1/1] value="test token"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-hORach fnZTRV"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] </div>
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-iQNlJl gSDyLy"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <div
[00:10:17][Step 1/1] class="sc-bsbRJL gVlzfi"
[00:10:17][Step 1/1] >
[00:10:17][Step 1/1] <input
[00:10:17][Step 1/1] class="sc-hZSUBg iKddpB"
[00:10:17][Step 1/1] name="ticker"
[00:10:17][Step 1/1] placeholder="Enter a ticker for your token"
[00:10:17][Step 1/1] value="TKE"
[00:10:17][Step 1/1] />
[00:10:17][Step 1/1] [3...
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] 132 |
[00:10:17][Step 1/1] 133 | // Click OK on confirmation modal
[00:10:17][Step 1/1] > 134 | await user.click(screen.getByText('OK'));
[00:10:17][Step 1/1] | ^
[00:10:17][Step 1/1] 135 |
[00:10:17][Step 1/1] 136 | // Verify notification triggered
[00:10:17][Step 1/1] 137 | expect(await screen.findByText('Token created!')).toHaveAttribute(
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] at Object.getElementError (node_modules/@testing-library/dom/dist/config.js:37:19)
[00:10:17][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:76:38
[00:10:17][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:52:17
[00:10:17][Step 1/1] at node_modules/@testing-library/dom/dist/query-helpers.js:95:19
[00:10:17][Step 1/1] at Object.getByText (src/components/Etokens/__tests__/CreateTokenForm.test.js:134:33)
[00:10:17][Step 1/1]
[00:10:17][Step 1/1]
[00:10:17][Step 1/1] Test Suites: 1 failed, 29 passed, 30 total
[00:10:17][Step 1/1] Tests: 1 failed, 583 passed, 584 total
[00:10:17][Step 1/1] Snapshots: 0 total
[00:10:17][Step 1/1] Time: 40.581 s
[00:10:17][Step 1/1] Ran all test suites.
[00:10:17][Step 1/1] Build cashtab-tests failed with exit code 1
[00:10:47][Step 1/1] Process exited with code 1
[00:10:47][Step 1/1] Process exited with code 1 (Step: Command Line)
[00:10:47][Step 1/1] Waiting for 1 service processes to complete
[00:10:47][Step 1/1] Ant JUnit report watcher
[00:10:47][Ant JUnit report watcher] 1 report found for paths:
[00:10:47][Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml
[00:10:47][Ant JUnit report watcher] Successfully parsed
[00:10:47][Successfully parsed] 1 report
[00:10:47][Successfully parsed] results/artifacts/junit/cashtab.xml
[00:10:47][Step 1/1] Step Command Line failed
[00:10:48]Ant JUnit report watcher
[00:10:48][Ant JUnit report watcher] No reports found for paths:
[00:10:48][Ant JUnit report watcher] +:results/test_bitcoin.xml
[00:10:48][Ant JUnit report watcher] +:results/**/junit_results*.xml
[00:10:48][Ant JUnit report watcher] +:results/**/*junit.xml
[00:10:48]Publishing internal artifacts
[00:10:48][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]
[00:10:48][Publishing internal artifacts] Publishing 1 file using [WebPublisher]
[00:10:48]Publishing artifacts
[00:10:48][Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml, +:bitcoin-abc/abc-ci-builds/cashtab-tests/gitian-results => cashtab-tests.tar.gz, +:bitcoin-abc/abc-ci-builds/cashtab-tests/*.log => artifacts.tar.gz]
[00:10:48][Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found
[00:10:48][Publishing artifacts] Artifacts path 'bitcoin-abc/abc-ci-builds/cashtab-tests/gitian-results' not found
[00:10:48][Publishing artifacts] Artifacts path 'bitcoin-abc/abc-ci-builds/cashtab-tests/*.log' not found
[00:10:48]Build finished
×

×

Pin build

Cancel
×

Add build comment

Cancel
×

Promote Build

×

Add build comment

Cancel
×

Mute test

×

×

Server communication failure

Server is unavailable

Server stopped or communication with the server is not possible due to network failure.

Server shutdown started.

Please relogin to continue your work.

×

Run Custom Build

×

TODO

Loading related builds...
Cancel
×

Responsibility

×

Edit tags

Cancel
×

Loading...

×

Are you sure?

Cancel
×

Cancel