🏷️(frontend) adapt thread new type

We stopped to use pagination for thread comments,
so we need to adapt the thread type to reflect that.
This commit is contained in:
Anthony LC
2026-04-08 14:04:03 +02:00
parent 9a1dae4908
commit c58deb11e8
2 changed files with 4 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ test.describe('Doc Version', () => {
const thread = page.locator('.bn-thread');
await thread.getByRole('paragraph').first().fill('This is a comment');
await thread.locator('[data-test="save"]').click();
await expect(thread).toBeHidden();
await goToGridDoc(page, {
title: randomDoc,