mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
FIX - show VaultX logo in market headers
Use the VaultX app mark in crypto detail navbars while retaining each market symbol and name beside it. Keep the coin-specific logo in the detail content where it identifies the selected asset.
This commit is contained in:
@@ -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(/<SkyNavbar[\s\S]*?\slarge(?:\s|>)/)
|
||||
|
||||
Reference in New Issue
Block a user