Fix test check #16
Annotations
2 errors
PermissionsCheck > disables the submit button when the call is not allowed and shows the permission check status:
src/components/tx/SignOrExecuteForm/PermissionsCheck/__test__/PermissionsCheck.test.tsx#L155
ReferenceError: fetch is not defined
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:72:20)
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:117:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
ReferenceError: fetch is not defined
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:72:20)
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:117:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
ReferenceError: fetch is not defined
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:72:20)
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:117:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
|
PermissionsCheck > execute the tx when the submit button is clicked:
src/components/tx/SignOrExecuteForm/PermissionsCheck/__test__/PermissionsCheck.test.tsx#L177
ReferenceError: fetch is not defined
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:72:20)
at fetchGasOracle (/home/runner/work/safe-wallet-web/safe-wallet-web/src/hooks/useGasPrice.ts:117:22)
|