Skip to content

WIP: Issue #977 - Automate options links

Ursa Kacar requested to merge issue977-automate-options-links into master

My first attempt at automating links in options page.

TODO:

I set out to add "data-automation=" attributes to links to make them easily identifiable. See discussion in: https://gitlab.com/eyeo/adblockplus/abpui/decisions/-/issues/9

I could not figure out how to add the attributes to all of the links though, so I would like to ask some help from the devs. 🙂

The following links still need to have data-automation=link attributes added:

  • acceptable ads criteria link in general tab (data-automation=link_aa_criteria)
  • learn how to write custom filters learn more link in advanced tab (data-automation=link_learn_writing_filters)
  • Link to forum in help tab (data-automation=link_report_forum)
  • link to the help center in help tab (data-automation=link_help_center)

Would someone be able to help me adding the remaining attributes?

Edited by Ursa Kacar

Merge request reports