🐛(frontend) fix flakiness e2e tests title doc

- fix multiple states title
- wait for stabilize network after create
- fix test other chromium browsers
- improve grid delete test
This commit is contained in:
Anthony LC
2025-03-14 14:27:56 +01:00
committed by Anthony LC
parent 4316b4e67d
commit cb8bd4b937
4 changed files with 23 additions and 32 deletions

View File

@@ -154,7 +154,7 @@ test.describe('Doc Visibility: Restricted', () => {
// Choose a role
const container = page.getByTestId('doc-share-add-member-list');
await container.getByLabel('doc-role-dropdown').click();
await page.getByLabel('Administrator').click();
await page.getByLabel('Reader').click();
await page.getByRole('button', { name: 'Invite' }).click();