mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 09:13:24 +00:00
ENH - refine App Store experience
This commit is contained in:
@@ -19,7 +19,11 @@ describe('AppStoreDetail contract', () => {
|
||||
expect(source).toContain("emit('share')")
|
||||
expect(source).toContain('<AppStoreAction :action="action" />')
|
||||
expect(source).toContain(
|
||||
":class=\"{ 'store-detail__action--icon': action !== 'open' }\"",
|
||||
"'store-detail__action--icon': action === 'installing'",
|
||||
)
|
||||
expect(source).toContain("'store-detail__action--get': action === 'get'")
|
||||
expect(source).toMatch(
|
||||
/\.store-detail__hero \.store-detail__action--get\s*\{[^}]*min-width:\s*54px;[^}]*min-height:\s*30px;[^}]*height:\s*30px;/s,
|
||||
)
|
||||
expect(source).not.toContain(':has(')
|
||||
expect(source).toMatch(
|
||||
|
||||
Reference in New Issue
Block a user