BUG #4015
open[SQA] Wishlist action shows generic success message in Favorites
100%
Description
Issue Description
When a user clicks the wishlist icon on the product listing page, the system displays the message "Content updated successfully". This message is generic and does not clearly indicate whether the action performed was adding or removing a car from the wishlist.
Module / Page
Dashboard
Module Section
Favorites / Wishlist
Screen Size
All Devices
Tested By
Tasfia Zaima
Steps to Reproduce
- Open the application on any device.
- Navigate to the product listing page.
- Click the wishlist icon on a car card.
- Observe the success message displayed.
Expected Result
The success message should clearly indicate the specific action performed.
For example, when adding to favorites:
- "Added to your favorites"
- "Added to favorites successfully"
Actual Result
A generic message, "Content updated successfully", is displayed, which does not clearly describe the performed action.
Attachments
Screenshot
Issue Type
UI / Suggestion
Root Cause
Impacted Area
Updated by Md.Sajib Ahmed 3 months ago
- Assignee set to Tasfia Zaima
- % Done changed from 0 to 100
This issue depends on the client side. Once it’s resolved on the backend, it will be automatically fixed on our side as well.
Updated by Aman Bhuiyan 9 days ago
- Assignee changed from Tasfia Zaima to Md.Sajib Ahmed
Updated by Md.Sajib Ahmed 8 days ago
- Assignee changed from Md.Sajib Ahmed to Sayful Islam
The generic message comes from the API response after submitting a favorite item.
If it is changed in the backend, it will automatically be updated on the frontend.