mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
🏷️(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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user