From 85732117a1dad8aa9f71db32217953ebb67837fd Mon Sep 17 00:00:00 2001 From: GrandSchtroumpf Date: Tue, 16 Jul 2024 17:11:14 +0200 Subject: [PATCH] fix e2e bis --- e2e/pages/strategy.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/pages/strategy.spec.ts b/e2e/pages/strategy.spec.ts index 0d62a32cb..f5f2148af 100644 --- a/e2e/pages/strategy.spec.ts +++ b/e2e/pages/strategy.spec.ts @@ -565,7 +565,7 @@ const testCases: CreateStrategyTestCase[] = [ totalFiat: '$25.11', buy: { min: '0.299999 USDC', - max: '0.545455 USDC', + max: '0.545454 USDC', marginal: '0.400854 USDC', budget: '12.50 USDC', fiat: '$12.50', @@ -582,7 +582,7 @@ const testCases: CreateStrategyTestCase[] = [ totalFiat: '$39.17', buy: { min: '0.199999 USDC', - max: '0.608696 USDC', + max: '0.608695 USDC', marginal: '0.392043 USDC', budget: '22.50 USDC', fiat: '$22.50',