Refine brief and luggage tag visuals
This commit is contained in:
@@ -40,7 +40,7 @@ test('move, folder expansion, empty-board pan, desktop wheel zoom, mobile pinch,
|
||||
expect(await page.locator('.timeline-range').evaluate(element => Number.parseFloat(getComputedStyle(element).fontSize))).toBeGreaterThanOrEqual(11)
|
||||
await expect(page.locator('.documents-panel')).toHaveClass(/\bclosed\b/)
|
||||
await expect(page.locator('.brief-panel')).toBeVisible()
|
||||
await expect(page.getByRole('button', { name: 'Brief', exact: true })).toContainText('2')
|
||||
await expect(page.getByRole('button', { name: 'Brief', exact: true }).locator('.brief-count')).toHaveCount(0)
|
||||
await page.getByRole('button', { name: 'Minimize brief', exact: true }).click()
|
||||
await expect(page.locator('.brief-panel')).toHaveClass(/\bminimized\b/)
|
||||
await expect(page.locator('.brief-panel > p')).toBeHidden()
|
||||
|
||||
Reference in New Issue
Block a user