From 631c4054d5ca9dfd68d9a8f06e853aa4cd850d09 Mon Sep 17 00:00:00 2001 From: juan-langa Date: Wed, 6 Dec 2023 10:30:10 +0100 Subject: [PATCH] Fix for flaky test - Buying Power after pill --- tests/noWallet/aaveV3/ethereum/aaveV3MultiplyEthereum.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/noWallet/aaveV3/ethereum/aaveV3MultiplyEthereum.spec.ts b/tests/noWallet/aaveV3/ethereum/aaveV3MultiplyEthereum.spec.ts index a61eeccb..74ec11b8 100644 --- a/tests/noWallet/aaveV3/ethereum/aaveV3MultiplyEthereum.spec.ts +++ b/tests/noWallet/aaveV3/ethereum/aaveV3MultiplyEthereum.spec.ts @@ -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',