fix: Simplify sidePanel animation logic #3293
test.yml
on: pull_request
Check files
4s
Audit
21s
Check Formatting
1m 24s
E2E Tests
/
Load e2e files
5s
E2E Tests
/
...
/
Check cache for build artifacts
8s
Test UI
51s
Matrix: E2E Tests / test-e2e
Test E2E Success
2s
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
|