diff --git a/tests/e2e/06-dashboard-pages.spec.ts b/tests/e2e/06-dashboard-pages.spec.ts index 2b316e9..7f5033d 100644 --- a/tests/e2e/06-dashboard-pages.spec.ts +++ b/tests/e2e/06-dashboard-pages.spec.ts @@ -247,8 +247,8 @@ test.describe('Dashboard Pages', () => { const currentValue = page.locator('text=/Current Value/i').first(); await expect(currentValue).toBeVisible({ timeout: 5_000 }); - // Should show tax paid - const taxPaid = page.locator('text=/Tax Paid/i').first(); + // Should show tax cost + const taxPaid = page.locator('text=/Tax Cost/i').first(); await expect(taxPaid).toBeVisible({ timeout: 5_000 }); // Should show net return diff --git a/web-app/src/components/collapse/CollapseActive.vue b/web-app/src/components/collapse/CollapseActive.vue index bbeb8a3..c72961c 100644 --- a/web-app/src/components/collapse/CollapseActive.vue +++ b/web-app/src/components/collapse/CollapseActive.vue @@ -41,7 +41,7 @@
-
Tax Paid
+
Tax Cost
{{ taxPaidGes !== undefined ? formatTokenAmount(taxPaidGes) : '...' }} $KRK