on-demand-test #173
Triggered via repository dispatch
October 30, 2025 11:36
avara-trigger-e2e-tests[bot]
on-demand-test
c8cf09d
Status
Failure
Total duration
11m 10s
Artifacts
–
Annotations
3 errors and 10 notices
|
All Tests
Process completed with exit code 1.
|
|
packages/spec/markets/markets.spec.ts > Given the Aave Protocol v3 > When fetching user market state for a new user > Then it should return the expected data for a user that has never interacted with the market:
packages/spec/markets/markets.spec.ts#L131
Error: Snapshot `Given the Aave Protocol v3 > When fetching user market state for a new user > Then it should return the expected data for a user that has never interacted with the market 1` mismatched
- Expected
+ Received
@@ -8,6 +8,20 @@
"ltv": Any<Object>,
"netAPY": Any<Object>,
"netWorth": Any<String>,
"totalCollateralBase": Any<String>,
"totalDebtBase": Any<String>,
+ "userDebtAPY": {
+ "__typename": "PercentValue",
+ "decimals": 0,
+ "formatted": "0",
+ "raw": "0",
+ "value": "0",
+ },
+ "userEarnedAPY": {
+ "__typename": "PercentValue",
+ "decimals": 0,
+ "formatted": "0",
+ "raw": "0",
+ "value": "0",
+ },
}
❯ packages/spec/markets/markets.spec.ts:131:28
|
|
packages/spec/markets/eMode.spec.ts > Given an Aave Market > When a user enables an E-Mode category for the given market > Then they should be able to disable it at any time:
packages/spec/markets/eMode.spec.ts#L87
AssertionError: expected { Object (__typename, netWorth, ...) } to match object { eModeEnabled: false }
(37 matching properties omitted from actual)
- Expected
+ Received
{
- "eModeEnabled": false,
+ "eModeEnabled": true,
}
❯ packages/spec/markets/eMode.spec.ts:87:28
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L230
tx to set fee: 0x0e576cf800d58e39b19a4ac90a30fe0afc81c5597048720593d455f4aef24e87
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L222
organization address: 0x05ea48Dbd0C0f1Dc9D45C3ad7aDBD98153b76cD4
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L206
tx to transfer ownership: 0xca275ad1a4bd0c70ffa950f5b40eccf2d172200226b54ae56c362f978c2396db
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L198
new owner address: 0x007b460f1974Db7F3C94fF3222b342F3A3c97CEE
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L197
initial vault: 0x4A2c6C180f56999A2f08e313361a124d1d2Aa454
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L196
organization address: 0x05ea48Dbd0C0f1Dc9D45C3ad7aDBD98153b76cD4
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L118
initial vault: 0x2e9B29FCE1dA3A60606b4804191fF7DdE5507C23
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L117
organization address: 0x213ac7bBBfD86F0C6A9cA30cC09724ff408528E4
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L98
initial vault: 0x2e9B29FCE1dA3A60606b4804191fF7DdE5507C23
|
|
All Tests:
packages/spec/vaults/vaults.spec.ts#L97
organization address: 0x213ac7bBBfD86F0C6A9cA30cC09724ff408528E4
|