topcoder-platform / TCO21-Regionals-QA-Competition

2 stars 0 forks source link

[Chrome] App shows 2 feedback button in the Review tab for https://www.newegg.com/symbol-ls1203-1azu0100zr/p/N82E16838134117 #207

Open youdare opened 3 years ago

youdare commented 3 years ago

Summary : [Chrome] App shows 2 feedback button in the Review tab for https://www.newegg.com/symbol-ls1203-1azu0100zr/p/N82E16838134117

Target URL: https://www.newegg.com/symbol-ls1203-1azu0100zr/p/N82E16838134117 Steps to reproduce:

  1. Open the https://www.newegg.com/symbol-ls1203-1azu0100zr/p/N82E16838134117
  2. Click “Review” tab
  3. Verify the count of “Feedback” button

Actual: App shows 2 feedback button in the Review tab

Expected: App should show 1 feedback button in the Review tab Environment: • Device(s): Windows • Resolution: 1920×1080 • Operating System: Windows 10 • Browser(s): Chrome | Version 92.0.4515.131 (Official Build) (64-bit

https://user-images.githubusercontent.com/31862600/128268820-26f4a0ed-414c-4e13-8468-0e2b8ccf1b63.mp4

swap12875 commented 3 years ago

the bug is replicable and may be the validation glitch to have a single feedback button attached for single product

https://user-images.githubusercontent.com/67191980/128284741-1f2584fd-19e5-41af-873c-aacb82af03ee.mp4

codejamtc commented 3 years ago

Not a bug; If the content is too big user needs to scroll all the way up to give the Feedback so the application has two feedback buttons on top as well as the bottom. This is intentional check the class name on the code

<div class="product-feedback is-bottom"><span>Question about the product info?</span><a href="javascript:newegg_inhouse_feedback_overview &amp;&amp; newegg_inhouse_feedback_overview.show();" class="btn btn-mini" title="How can we improve?"><i class="fas fa-comment"></i> Feedback</a></div>
<div class="product-feedback is-top"><span>Question about the product info?</span><a href="javascript:newegg_inhouse_feedback_overview &amp;&amp; newegg_inhouse_feedback_overview.show();" class="btn btn-mini" title="How can we improve?"><i class="fas fa-comment"></i> Feedback</a></div>

Submitter: 0 Points Challenger: 0 Points | Invalid challenge,

ref: https://github.com/topcoder-platform/TCO21-Regionals-QA-Competition/issues/193#issuecomment-894592042