]> source.dussan.org Git - sonarqube.git/commitdiff
Add HTML ID for integration tests
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Dec 2012 15:03:35 +0000 (16:03 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 19 Dec 2012 15:03:35 +0000 (16:03 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb

index dfae2b79f0f5904c1c3ba172d40000549ef43498..924bc84a1416bca3252825ba59e1a84882eb9e26 100644 (file)
@@ -65,7 +65,7 @@
           </div>
         </div>
         <% if @filter.description.present? %>
-          <p class="note"><%= h @filter.description -%></p>
+          <p class="note" id="filter-description"><%= h @filter.description -%></p>
       <% end %>
 
         <%= render :partial => 'measures/display', :locals => {:filter => @filter, :edit_mode => edit_mode, :widget_id => nil} -%>