Refine brief and luggage tag visuals

This commit is contained in:
2026-08-23 22:47:28 +02:00
parent f91e08b515
commit 55ab07fcd8
7 changed files with 138 additions and 16 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ test('pasting, connecting, and citing one patent screenshot completes the Scene
if (pageErrors.length) throw new Error(`Scene 7 failed to render: ${pageErrors.map(error => error.message).join('; ')}`)
await expect(page.getByRole('heading', { name:'The Barricelli Files' })).toBeVisible()
await expect(page.locator('.brief-panel')).toBeVisible()
await expect(page.locator('.brief-goals')).toContainText('Prove Nils Aall Barricelli was an inventor')
await expect(page.locator('.brief-goals section')).toHaveClass(/\bpending\b/)
await expect(page.locator('.brief-panel > p')).toContainText('Prove that Nils Aall Barricelli was an inventor')
await expect(page.locator('.brief-goals')).toHaveCount(0)
await page.getByRole('button', { name:'BEGIN INVESTIGATION',exact:true }).click()
const uploadResponse = page.waitForResponse(response => response.request().method() === 'POST'