mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat(web): make session header metadata configurable (#1267)
* feat(web): make session header metadata configurable * fix(web): align mobile header metadata priority
This commit is contained in:
@@ -76,6 +76,7 @@ describe('SessionHeader', () => {
|
||||
it('shows an inherited catalog-default Fast tier', () => {
|
||||
renderHeader(baseSession(), { serviceTier: 'priority' })
|
||||
expect(screen.getByText('fast')).toBeInTheDocument()
|
||||
expect(screen.queryByText('reasoning default')).not.toBeInTheDocument()
|
||||
})
|
||||
|
||||
it('shows machine label and relative last-active age in the meta row', () => {
|
||||
|
||||
Reference in New Issue
Block a user