(frontend) update test descriptions for clarity and consistency

- update tests description
- Corrected minor typos in test descriptions to enhance readability.
- Ensured that all test cases clearly convey their purpose and expected
outcomes.
This commit is contained in:
Nathan Panchout
2025-05-20 10:00:26 +02:00
committed by Anthony LC
parent 17ece3b715
commit 304b3be273
6 changed files with 22 additions and 18 deletions

View File

@@ -160,7 +160,7 @@ test.describe('Doc Tree', () => {
);
});
test('it detachs a document', async ({ page, browserName }) => {
test('it detaches a document', async ({ page, browserName }) => {
await page.goto('/');
const [docParent] = await createDoc(
page,