Implement Scene 7 evidence goal flow

This commit is contained in:
2026-08-22 16:02:42 +02:00
parent 34aa23237e
commit a7f99a2a39
31 changed files with 1620 additions and 52 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ test('move, folder expansion, empty-board pan, desktop wheel zoom, mobile pinch,
await expect(page.locator('.evidence-card.note')).toHaveCount(0)
const folder = page.locator('[data-temporal-id="widget:11111111-1111-4111-8111-111111111111"]')
const file = page.locator('[data-temporal-id="file:contains:11111111-1111-4111-8111-111111111111:22222222-2222-4222-8222-222222222222"]')
const file = page.locator('[data-temporal-id="widget:22222222-2222-4222-8222-222222222222"]')
const board = page.locator('.board')
const boardViewport = page.locator('.board-viewport')
const containmentBand = page.locator('.folder-bands line')
@@ -95,7 +95,7 @@ test('move, folder expansion, empty-board pan, desktop wheel zoom, mobile pinch,
await expect(folder).toBeVisible()
expect(await boardPosition(folder)).toEqual(movedFolder)
await waitForSave(page, () => folder.getByRole('button', { name: 'OPEN', exact: true }).click())
await waitForSave(page, () => folder.dblclick())
await expect(file).toHaveClass(/\bopen\b/)
await expect(containmentBand).toHaveClass(/\bopen\b/)
const fileBefore = await boardPosition(file)