]> source.dussan.org Git - sonarqube.git/commitdiff
Add some HTML ids for selenium tests
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 26 Jul 2012 13:13:50 +0000 (15:13 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 26 Jul 2012 13:51:44 +0000 (15:51 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb

index 37e2d4c06bd64fa7a5e68d0b68103a42e6613bb5..664f8f67e6a52ef45a322a44f9ef24550d1f71fd 100644 (file)
@@ -3,7 +3,7 @@
 <ul class="tabs">
 <% @tabs.each do |tab| %>
   <li>
-    <a href="<%= url_for :action => 'index', :resource_type => tab %>" <%= "class='selected'" if @selected_tab==tab -%>><%= message('qualifiers.' + tab) -%></a>
+    <a href="<%= url_for :action => 'index', :resource_type => tab %>" <%= "class='selected'" if @selected_tab==tab -%> id="tab-<%= u tab -%>"><%= message('qualifiers.' + tab) -%></a>
   </li>
 <% end %>
 </ul>