Skip to content

Commit

Permalink
Merge pull request #92 from OasisDEX/fix-flaky-test-buying-power
Browse files Browse the repository at this point in the history
Fix for flaky test - Buying Power after pill
  • Loading branch information
juan-langa authored Dec 6, 2023
2 parents 9342dae + 631c405 commit e29fc32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test.describe('Aave v3 Multiply Ethereum', async () => {
});
await app.position.overview.shouldHaveMultipleAfterPill('1(.[0-9]{1,2})?');
await app.position.overview.shouldHaveBuyingPowerAfterPill({
amount: '[2-6][0-9],[0-9]{3}(.[0-9]{1,2})?',
amount: '[0-9]{2,3},[0-9]{3}(.[0-9]{1,2})?',
});
await app.position.setup.shouldHaveLiquidationPrice({
amount: '[0-9]{1,2},[0-9]{3}(.[0-9]{1,2})? USDC',
Expand Down

0 comments on commit e29fc32

Please sign in to comment.