diff --git a/cypress/e2e/0-v2-markets/0-main-v2-market/switch.aave-v2.cy.ts b/cypress/e2e/0-v2-markets/0-main-v2-market/switch.aave-v2.cy.ts index 6e062b48fe..a3d345acde 100644 --- a/cypress/e2e/0-v2-markets/0-main-v2-market/switch.aave-v2.cy.ts +++ b/cypress/e2e/0-v2-markets/0-main-v2-market/switch.aave-v2.cy.ts @@ -14,14 +14,14 @@ const testData = { borrow: { asset: assets.aaveMarket.DAI, amount: 50, - apyType: constants.borrowAPYType.stable, + apyType: constants.borrowAPYType.default, hasApproval: true, }, swap: { fromAsset: assets.aaveMarket.DAI, toAsset: assets.aaveMarket.USDC, isBorrowed: true, - isVariableBorrowedAPY: false, + isVariableBorrowedAPY: true, amount: 200, changeApprove: true, hasApproval: false,