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',