refactor: route management architecture #3296
test.yml
on: pull_request
Check files
5s
Audit
20s
Check Formatting
1m 18s
E2E Tests
/
Load e2e files
4s
E2E Tests
/
...
/
Check cache for build artifacts
8s
Test UI
46s
Matrix: E2E Tests / test-e2e
Test E2E Success
4s
Annotations
3 errors
Test UI
Process completed with exit code 1.
|
src/util/deposits/__tests__/fetchEthDepositsToCustomDestinationFromSubgraph.test.ts > fetchEthDepositsToCustomDestinationFromSubgraph > fetches deposits from subgraph:
packages/arb-token-bridge-ui/src/util/deposits/__tests__/fetchEthDepositsToCustomDestinationFromSubgraph.test.ts#L22
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/util/deposits/__tests__/fetchEthDepositsToCustomDestinationFromSubgraph.test.ts:22:20
|
src/hooks/__tests__/useTransactionHistory.test.ts > useTransactionHistory > fetches history for key:'WALLET_SINGLE_TX' enabled:true expectedPagesTxCounts:[ 1 ]:
packages/arb-token-bridge-ui/src/hooks/__tests__/useTransactionHistory.test.ts#L129
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/hooks/__tests__/useTransactionHistory.test.ts:129:45
|