Skip to content

Commit

Permalink
Removed forced page reload since auto-reload functionality has been i…
Browse files Browse the repository at this point in the history
…mplemented
  • Loading branch information
nk2136 committed Jan 9, 2025
1 parent c0c2a23 commit 2767337
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion end2end/tests/userAccessGroup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down

0 comments on commit 2767337

Please sign in to comment.