-
Notifications
You must be signed in to change notification settings - Fork 3
Test user count is updated when user is removed from or added to a group #190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
=========================================
Coverage 78.63% 78.63%
Complexity 214 214
=========================================
Files 26 26
Lines 922 922
=========================================
Hits 725 725
Misses 197 197 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
=========================================
Coverage 78.63% 78.63%
Complexity 214 214
=========================================
Files 26 26
Lines 922 922
=========================================
Hits 725 725
Misses 197 197 Continue to review full report at Codecov.
|
@paurakhsharma conflicts to resolve. |
abf1331
to
f92ad5c
Compare
@phil-davis ready for review. |
@@ -823,6 +826,14 @@ public function addOrRemoveUserToGroup(Session $session, $user, $group, $add=tru | |||
$groupLabel->click(); | |||
$this->waitForAjaxCallsToStartAndFinish($session); | |||
} | |||
$activeDropDown = $this->find('xpath', $this->activeDropDownXpath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is required because previously this method didn't close the group select dropdown after this method's job is complete (which is adding a user to a group or removing them from the group). Now, to perform other action (such as adding another user to a group) on the webUI after user is added or removed from the group the dropdown needs to be closed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
f92ad5c
to
a8ae182
Compare
@paurakhsharma please backport to core |
#187 needs to merge first before I create backport for this. |
Oh my bad, backport of #187 is already merged. But the original PR isn't. |
Backport on: owncloud/core#35639 |
Description
Test user count is updated (without refreshing the page) when the user is removed from or added to a group
Related Issue
owncloud/core#35289
How Has This Been Tested?
🤖
Screenshots (if appropriate):
Types of changes
Checklist: