Improve timeline date legibility

This commit is contained in:
2026-08-15 09:13:30 +02:00
parent d99deb3c06
commit eeaa4138fa
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ test('move, folder expansion, empty-board pan, desktop wheel zoom, mobile pinch,
timeline: Number.parseInt(getComputedStyle(document.querySelector('.timeline')!).zIndex, 10),
}))
expect(temporalLayering.links).toBeGreaterThan(temporalLayering.timeline)
expect(await page.locator('.timeline .year').first().evaluate(element => Number.parseFloat(getComputedStyle(element).fontSize))).toBeGreaterThanOrEqual(12)
expect(await page.locator('.timeline-label button').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: 'Case brief', exact: true })).toContainText('2')