🏗️(e2e) cleaning and more consistant naming

Clean up e2e tests by removing unused utils
and renaming some files for consistency.
This commit is contained in:
Anthony LC
2025-07-16 13:56:18 +02:00
parent e79f3281b1
commit ef6d6c6a59
26 changed files with 245 additions and 406 deletions

View File

@@ -4,12 +4,11 @@ import {
createDoc,
getGridRow,
goToGridDoc,
mockedAccesses,
mockedDocument,
mockedInvitations,
verifyDocName,
} from './common';
import { createRootSubPage } from './sub-pages-utils';
} from './utils-common';
import { mockedAccesses, mockedInvitations } from './utils-share';
import { createRootSubPage } from './utils-sub-pages';
test.beforeEach(async ({ page }) => {
await page.goto('/');