Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarvu committed Dec 20, 2024
1 parent 0bd4944 commit f4c3119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ test.describe('Upgrade sDAI to sUSDS', () => {
await upgradeDialog.expectUpgradeSuccessPage({ token: 'sDAI', amount: '10,000.00', usdValue: '$11,255.99' })
await upgradeDialog.clickBackToSavingsButton()

await savingsPage.expectSavingsUsdsBalance({ susdsBalance: '21,065.02 sUSDS', estimatedUsdsValue: '21,428.58' })
await savingsPage.expectSavingsUsdsBalance({ susdsBalance: '21,065.02 sUSDS', estimatedUsdsValue: '21,428.579836' })
})
})

0 comments on commit f4c3119

Please sign in to comment.