Closed Bug 626404 Opened 14 years ago Closed 13 years ago

Add a class to the Addon names when searching to help with Testability

Categories

(addons.mozilla.org Graveyard :: Search, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: automatedtester, Unassigned)

Details

Please can a class be added to the 
Please can we add a class attribute to the links to addons when searching so the names can be searched quicker with Selenium and CSS locators instead of XPath locators. I have put a snippet of what I mean below.

<h3>
              
    <a class'somethingToHelpTestability' href="/en-US/firefox/addon/foxtab/">
      <img width="32" height="32" src="https://addons.allizom.org/en-US/firefox/images/addon_icon/8879/1294771759" class="icon">
      FoxTab</a>
    <span>
      by <a href="/en-US/firefox/user/2017930/">The FoxTab Team</a>    </span>
  </h3>
Which page?

If this is search why not .item h3 a
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.