Skip to content

Commit

Permalink
Fix base assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Dec 20, 2024
1 parent 5f09c29 commit 6f62c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/Savings.test-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ test.describe('Savings Base', () => {
const savingsPage = new SavingsPageObject(testContext)

await savingsPage.expectSavingUsdsCurrentProjection('$0.68', '30-day')
await savingsPage.expectSavingUsdsCurrentProjection('$8.65', '1-year')
await savingsPage.expectSavingUsdsCurrentProjection('$8.61', '1-year')
})

test('displays the total value of stablecoins in the wallet', async ({ page }) => {
Expand Down

0 comments on commit 6f62c1a

Please sign in to comment.