(e2e) reduce flakinees

- Because of parallel test execution, some tests
were flaky when using goToGridDoc, the title
changed between the time we got the document list
and the time we clicked on the document.
- Improve addChild function.
This commit is contained in:
Anthony LC
2025-10-17 22:44:35 +02:00
parent 2777488d24
commit 18feab10cb
3 changed files with 20 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ test.describe('Doc Trashbin', () => {
page,
browserName,
docParent: subDocName,
docName: 'my-trash-editor-subsubdoc',
});
await verifyDocName(page, subsubDocName);