-
Notifications
You must be signed in to change notification settings - Fork 25
check user avatar in the admin settings->users #1510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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
(cherry picked from commit 3d9dec7)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
related #792
added some missed test.