Allow undated reconstructed events

This commit is contained in:
2026-08-14 19:57:22 +02:00
parent 703b9652c9
commit d99deb3c06
10 changed files with 60 additions and 17 deletions
+3
View File
@@ -183,7 +183,10 @@ test('move, folder expansion, empty-board pan, desktop wheel zoom, mobile pinch,
await waitForSave(page, () => page.getByRole('button', { name: 'SAVE EVENT', exact: true }).click())
await page.reload()
await expect(page.locator('.evidence-card.event')).toContainText('The browser clue was connected')
await expect(page.locator('.evidence-card.event')).toContainText('UNDATED')
await expect(page.locator('.story-strip')).toContainText('The investigator connected the folder')
await expect(page.locator('.story-strip')).toContainText('UNDATED')
await expect(page.locator('.timeline .marker')).toHaveCount(1)
await expect(page.locator('.event-support-lines line')).toHaveCount(1)
page.once('dialog', dialog => dialog.accept('Browser Template'))