Skip to content

PR #4637

PR #4637 #3371

GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed Dec 10, 2024 in 0s

Test suite run failed

Failed tests: 1/1675. Failed suites: 1/228.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● CheckWallet › should disable the button if SDK is not initialized

    expect(element).toBeDisabled()

    Received element is not disabled:
      <button />

      239 |     )
      240 |
    > 241 |     expect(getByText('Continue')).toBeDisabled()
          |                                   ^
      242 |     expect(getByLabelText('SDK is not initialized yet'))
      243 |   })
      244 |   it('should allow nested Safe owners', () => {

      at Object.toBeDisabled (src/components/common/CheckWallet/index.test.tsx:241:35)

Annotations

Check failure on line 234 in src/components/common/CheckWallet/index.test.tsx

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

CheckWallet > should disable the button if SDK is not initialized

Error: expect(element).toBeDisabled()

Received element is not disabled:
  <button />
    at Object.toBeDisabled (/home/runner/work/safe-wallet-web/safe-wallet-web/src/components/common/CheckWallet/index.test.tsx:241:35)
    at Promise.then.completed (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-runner/build/runTest.js:444:34)
    at Object.worker (/home/runner/work/safe-wallet-web/safe-wallet-web/node_modules/jest-runner/build/testWorker.js:106:12)