Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jul 16, 2024
1 parent cac62e2 commit 3577644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/pages/strategy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ const testCases: CreateStrategyTestCase[] = [
create: {
totalFiat: '$25.11',
buy: {
min: '0.30 USDC',
min: '0.299999 USDC',
max: '0.545455 USDC',
marginal: '0.400854 USDC',
budget: '12.50 USDC',
Expand All @@ -581,7 +581,7 @@ const testCases: CreateStrategyTestCase[] = [
editPrices: {
totalFiat: '$39.17',
buy: {
min: '0.20 USDC',
min: '0.199999 USDC',
max: '0.608696 USDC',
marginal: '0.392043 USDC',
budget: '22.50 USDC',
Expand Down

0 comments on commit 3577644

Please sign in to comment.