topcoder-platform / qa-fun

0 stars 4 forks source link

[TCO20-Europe and Central Asia][Web-Chrome] Non-unique ids #897

Open gower9 opened 4 years ago

gower9 commented 4 years ago

Repro Steps

  1. Go to https://www.gilt.com/
  2. Open Developer Tools

Actual Result

The are 2 elements with id #search_input and 2 elements with id #submit-search

Expected Result

The should be no duplicated ids on elements. Those two are not visible at the same time (one pair is inside a mobile-only div) but it still will mess up any JS queries to that ID – JS and jQuery assume every id is unique.

OS Name/Version

Windows 10

Screenshot/Screencast

Attach a screenshot or screencast here. image