Adding fixes to board, simplifications

This commit is contained in:
2026-08-23 21:35:34 +02:00
parent 9e426e91ab
commit 3a6ad356f6
6 changed files with 26 additions and 32 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ test('pasting, connecting, and citing one patent screenshot completes the Scene
await page.getByLabel('Thread tag').fill('Proof that Nils Aall Barricelli is named as inventor on patent GB695913A.')
await page.getByRole('button',{ name:'ADD TAG & TIGHTEN' }).click()
await page.getByRole('button',{ name:'Case report' }).click()
await page.getByRole('button',{ name:'Report' }).click()
await expect(page.locator('.case-report')).toBeVisible()
await expect(page.locator('.report-claim')).toContainText('Nils Aall Barricelli was an inventor')
await expect(page.locator('.report-evidence')).toContainText('Exhibit 1')