From f27c0031317eb64ca12a5690d4e1c4b7c4e82a47 Mon Sep 17 00:00:00 2001 From: nk2136 <156982976+nk2136@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:41:19 -0600 Subject: [PATCH] =?UTF-8?q?Removed=20forced=20page=20reload=20since=20auto?= =?UTF-8?q?-reload=20functionality=20has=20been=C2=A0implemented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- end2end/tests/userAccessGroup.spec.ts | 1 - 1 file changed, 1 deletion(-) 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' });