mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
feat: unify phone apps with Sky UI
This commit is contained in:
@@ -12,4 +12,10 @@ describe('PhoneApp EasyShare contract', () => {
|
||||
expect(source).toContain('easyShare.open(response.data)')
|
||||
expect(source).not.toContain("kind: 'profile'")
|
||||
})
|
||||
|
||||
it('uses the shared full-width Sky tab bar for phone sections', () => {
|
||||
expect(source).toContain('<sky-tab-bar')
|
||||
expect(source).toContain('<sky-tab-button')
|
||||
expect(source).not.toContain('<sky-segmented')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user