diff --git a/end2end/tests/userAccessGroup.spec.ts b/end2end/tests/userAccessGroup.spec.ts index 33433337..46ef3f42 100644 --- a/end2end/tests/userAccessGroup.spec.ts +++ b/end2end/tests/userAccessGroup.spec.ts @@ -16,7 +16,6 @@ test('Create group and add an employee', async ({ page }) => { const saveButton = page.getByRole('button', { name: 'Save' }); await saveButton.click(); - await page.reload(); const newGroup = page.getByRole('heading', { name: uniqueText }); await newGroup.waitFor({ state: 'visible' });