Project

General

Profile

BUG #3867

Updated by Nazmul Hossain Shovon 4 months ago

### Description 
 When a user clicks the **Share** button and selects the **Copy URL** option, no confirmation message (e.g., **"Copied!"**) is displayed.   
 This feedback is essential to inform users that the link has been successfully copied to the clipboard. 

 **Screens:** Desktop (≥768px), Tablet (375px–768px), Mobile (≤375px)   
 **Tested By:** Aman Bhuiyan   

 --- 

 ### Steps to Reproduce 
 1. Open the PQS Japan staging website.   
 2. Navigate to any product details page or any section containing the **Share** button.   
 3. Click on **Share**.   
 4. Select **Copy URL** from the available options.   
 5. Observe the absence of a confirmation message. 

 --- 

 ### Expected Result 
 A confirmation message (e.g., **"Copied!"**) should appear after selecting the **Copy URL** option, confirming that the link has been successfully copied. 

 ### Actual Result 
 No confirmation message is shown, leaving the user uncertain whether the URL was copied. 

 --- 

 ### Attachments 
 -[Video Evidence](https://drive.google.com/file/d/18DrgyUtSBh7_hvHzOPfUyFcUheRXhsx_/view?usp=sharing) 

 ### Module / Section 
 Share Button 

 --- 

 ### Root Cause: 
 missing toast 

 --- 

 ### Impacted Area: 
 share dropdown

Back