diff --git a/biome.json b/biome.json index 14f7fbf6c..963d46bdb 100644 --- a/biome.json +++ b/biome.json @@ -11,6 +11,7 @@ "packages/app/storybook-static", "packages/app/__screenshots__", "packages/app/playwright-report", + "packages/app/test-results", "src/test/e2e/hars/**" ] }, diff --git a/packages/app/src/features/dialogs/savings/common/components/maker-transaction-overview/components/APYDetails.tsx b/packages/app/src/features/dialogs/savings/common/components/maker-transaction-overview/components/APYDetails.tsx index 5500a5d29..1c25b9ff2 100644 --- a/packages/app/src/features/dialogs/savings/common/components/maker-transaction-overview/components/APYDetails.tsx +++ b/packages/app/src/features/dialogs/savings/common/components/maker-transaction-overview/components/APYDetails.tsx @@ -16,7 +16,7 @@ export function APYDetails({ APY, daiEarnRate }: APYDetailsProps) { className="text-basics-dark-grey text-sm" data-testid={testIds.dialog.savings.nativeRouteTransactionOverview.apy.description} > - Earn ~{USD_MOCK_TOKEN.format(daiEarnRate, { style: 'auto' })} DAI per year + ~{USD_MOCK_TOKEN.format(daiEarnRate, { style: 'auto' })} DAI per year ) diff --git a/packages/app/src/features/dialogs/savings/deposit/e2e/DepositDAI.test-e2e.ts b/packages/app/src/features/dialogs/savings/deposit/e2e/DepositDAI.test-e2e.ts index f4e918bc5..82db68f55 100644 --- a/packages/app/src/features/dialogs/savings/deposit/e2e/DepositDAI.test-e2e.ts +++ b/packages/app/src/features/dialogs/savings/deposit/e2e/DepositDAI.test-e2e.ts @@ -39,7 +39,7 @@ test.describe('Deposit DAI on Mainnet', () => { await depositDialog.expectNativeRouteTransactionOverview({ apy: { value: '5.00%', - description: 'Earn ~500.00 DAI per year', + description: '~500.00 DAI per year', }, routeItems: [ { diff --git a/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawDAI.test-e2e.ts b/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawDAI.test-e2e.ts index 0cdd08390..4a74afc7d 100644 --- a/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawDAI.test-e2e.ts +++ b/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawDAI.test-e2e.ts @@ -39,7 +39,7 @@ test.describe('Withdraw DAI on Mainnet', () => { await withdrawalDialog.expectNativeRouteTransactionOverview({ apy: { value: '5.00%', - description: 'Earn ~350.00 DAI per year', + description: '~350.00 DAI per year', }, routeItems: [ { diff --git a/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawMaxDAI.test-e2e.ts b/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawMaxDAI.test-e2e.ts index c42c0003e..abe47977b 100644 --- a/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawMaxDAI.test-e2e.ts +++ b/packages/app/src/features/dialogs/savings/withdraw/e2e/WithdrawMaxDAI.test-e2e.ts @@ -39,7 +39,7 @@ test.describe('Withdraw max DAI on Mainnet', () => { await withdrawalDialog.expectNativeRouteTransactionOverview({ apy: { value: '5.00%', - description: 'Earn ~535.75 DAI per year', + description: '~535.75 DAI per year', }, routeItems: [ {