[tests-only] Add test step 'the user count of group should not be displayed #39809
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.








Description
PR #39721 changed the behavior of the groups on the user management page. If the group is an LDAP group, or for whatever reason the group member count is zero or not available, then the count is not displayed at all.
As a result, some existing tests in
user_ldapare failing and need to be adjusted. The group member count is no longer displayed.To help adjust the scenarios mention in the related issue, this PR adds a test step to core:
That step can be used in user_ldap test scenarios, or anywhere that it is appropriate.
Related Issue
owncloud/user_ldap#716
How Has This Been Tested?
CI
I have tried the step locally and it works. After this PR is merged to core, I will make a PR to user_ldap that adjusts the user_ldap test scenarios.
Types of changes
Checklist:
The text was updated successfully, but these errors were encountered: