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)
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>
Reporter | ||
Comment 1•14 years ago
|
||
Can an ID also be added to the textbox in the snippet above. Thanks
Assignee | ||
Comment 2•14 years ago
|
||
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
Comment 3•14 years ago
|
||
David: is this enough?
Reporter | ||
Comment 4•14 years ago
|
||
Yea, this is good. Sorry should have closed a while back
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•