on-demand-test #200
Triggered via repository dispatch
November 13, 2025 00:50
avara-trigger-e2e-tests[bot]
on-demand-test
fd3145a
Status
Failure
Total duration
7m 33s
Artifacts
–
Annotations
4 errors
|
All Tests
Process completed with exit code 1.
|
|
packages/spec/borrow/business.spec.ts > Feature: Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows an ERC20 asset > Then the user's borrow position is updated to reflect the ERC20 loan:
packages/spec/borrow/business.spec.ts#L108
TypeCheckError: Property 'isWrappedNative' does not exist on type '{ __typename "Erc20Amount"; token { __typename "Erc20Token"; info { __typename "TokenInfo"; name string; symbol string; icon string; decimals number; }; address EvmAddress; chain { ...; }; isWrappedNativeToken boolean; permitSupported boolean; }; amount { ...; }; fiatAmount { ...; }; fiatRate { ...; ...'.
❯ packages/spec/borrow/business.spec.ts:108:37
|
|
packages/spec/repay/business.spec.ts > Repaying Loans on Aave V4 > Given a user and a reserve with an active borrow position > When the user repays the full loan amount > Then the borrow position is closed and the repayment is reflected in the user's positions:
packages/spec/repay/business.spec.ts#L75
InvariantError: Expected result to be Ok: Transaction failed: 0x580f5f327804b9a77e06e239860b0daaba7208d8cb507497dfaf8a15817d4991
→ View on explorer: https://dashboard.tenderly.co/tx/0x580f5f327804b9a77e06e239860b0daaba7208d8cb507497dfaf8a15817d4991
❯ $ packages/types/src/helpers/assertions.ts:31:11
❯ packages/spec/repay/business.spec.ts:75:7
|
|
packages/spec/borrow/business.spec.ts > Feature: Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows an ERC20 asset > Then the user's borrow position is updated to reflect the ERC20 loan:
packages/spec/borrow/business.spec.ts#L108
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ packages/spec/borrow/business.spec.ts:108:54
|