check user avatar in the admin settings->users#1510
Merged
AlexAndBear merged 1 commit intomainfrom Nov 4, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds functionality to verify that a user's profile photo is visible in the admin settings users management page. The change supports testing the admin's ability to view user profile pictures after they have been uploaded.
- Adds
getUserProfilePicturemethod to retrieve a user's profile picture locator from the admin settings users table - Implements a Cucumber step to verify profile photo visibility in admin settings
- Updates the profile photo feature test to include admin verification scenario
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tests/e2e/support/objects/app-admin-settings/users/index.ts | Adds getUserProfilePicture method to Users class and imports Locator type |
| tests/e2e/support/objects/app-admin-settings/users/actions.ts | Implements getUserProfilePicture action with avatar selector and imports Locator type |
| tests/e2e/cucumber/steps/ui/adminSettings.ts | Implements Cucumber step to verify user profile photo visibility in admin settings |
| tests/e2e/cucumber/features/user-settings/profilePhoto.feature | Adds test scenario for admin to verify user's profile photo after upload |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5ba5345 to
62a2397
Compare
AlexAndBear
approved these changes
Nov 4, 2025
openclouders
pushed a commit
that referenced
this pull request
Nov 4, 2025
AlexAndBear
pushed a commit
that referenced
this pull request
Nov 4, 2025
(cherry picked from commit 3d9dec7)
Member
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
ScharfViktor
added a commit
that referenced
this pull request
Nov 4, 2025
(cherry picked from commit 3d9dec7) Co-authored-by: Viktor Scharf <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related #792
added some missed test.