Skip to content

Commit

Permalink
Ensure to reload the user manager page after changing plugins config
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Sep 12, 2024
1 parent f001c2b commit 5158920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/UsersManager/tests/UI/UsersManager_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ describe("UsersManager", function () {
});

it('should show the edit user form when the edit icon in a row is clicked', async function () {
await page.reload();
await page.waitForTimeout(100);

await (await page.jQuery('button.edituser:eq(2)', { waitFor: true })).click();
await page.waitForTimeout(250);
await page.waitForNetworkIdle();
Expand Down

0 comments on commit 5158920

Please sign in to comment.