Closed Bug 624744 Opened 14 years ago Closed 14 years ago

Add ID to Search button to help with testability

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
5.12.6

People

(Reporter: automatedtester, Assigned: jbalogh)

Details

Please can we add an ID to the search button <input type="image" title="Search" that is in the snippet below. This will help with the test automation of the site <form action="/en-US/firefox/search/"> <span class="wrap"> <input type="text" value="" placeholder="search for add-ons" class="text placeholder" required="" name="q"> <input type="hidden" id="id_cat" value="all" name="cat"> </span> <input type="image" title="Search" src="https://addons.allizom.org/media/img/zamboni/global/btn-search.png" class="submit"> </form>
Can an ID also be added to the textbox in the snippet above. Thanks
http://github.com/jbalogh/zamboni/commit/4c53414 The input is "search-q" and the button is "search-button".
Assignee: nobody → jbalogh
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 5.12.6
Yea, this is good. Sorry should have closed a while back
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.