Skip to content

Commit

Permalink
fix: remove abpt from staking test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MareskoY committed Oct 25, 2023
1 parent 1c468e6 commit 9447207
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cypress/e2e/3-stake-governance/stake.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const testCases = [
tabValue: 'aave',
changeApproval: true,
},
{
asset: assets.staking.ABPT,
amount: 5,
checkAmount: '5.00',
checkAmountFinal: '10.00',
tabValue: 'bpt',
changeApproval: false,
},
// {
// asset: assets.staking.ABPT,
// amount: 5,
// checkAmount: '5.00',
// checkAmountFinal: '10.00',
// tabValue: 'bpt',
// changeApproval: false,
// },
];

testCases.forEach(
Expand Down

0 comments on commit 9447207

Please sign in to comment.