diff --git a/frontend/src/views/apps/CryptoApp.contract.test.ts b/frontend/src/views/apps/CryptoApp.contract.test.ts index 7dd10f5..8b7749b 100644 --- a/frontend/src/views/apps/CryptoApp.contract.test.ts +++ b/frontend/src/views/apps/CryptoApp.contract.test.ts @@ -92,6 +92,10 @@ describe('VaultX crypto app contracts', () => { it('uses the compact Flare-style navigation and polished overlay transitions', () => { expect(source).toContain('class="vault-navbar"') expect(source).toContain('class="vault-header-logo"') + expect(source).toContain( + 'class="vault-header-logo vault-header-logo--detail"', + ) + expect(source).not.toContain('class="coin-detail-logo"') expect(source).not.toContain('.vault-header-brand > i') expect(source).toContain(':show-back="Boolean(detail)"') expect(source).not.toMatch(/)/) diff --git a/frontend/src/views/apps/CryptoApp.vue b/frontend/src/views/apps/CryptoApp.vue index c3bfd76..7dedab7 100644 --- a/frontend/src/views/apps/CryptoApp.vue +++ b/frontend/src/views/apps/CryptoApp.vue @@ -415,7 +415,11 @@ onMounted(() => void crypto.load()) {{ t('name') }} -