From: Simon Brandhof Date: Wed, 18 Jul 2012 09:35:23 +0000 (+0200) Subject: Add HTML ids for selenium tests X-Git-Tag: 3.2~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fa81a44b5077e6fbdb6fce15c2081c187636463;p=sonarqube.git Add HTML ids for selenium tests --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb index 70ab4edbe98..e1a1ff93546 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb @@ -24,7 +24,7 @@ <%= @filter.resource ? @filter.resource.path_name : params[:path_name] -%> - <%= message('search_verb') -%> + <%= message('search_verb') -%> <%= message('reset_verb') -%> @@ -154,9 +154,9 @@ - + - + <% if @filter.id confirmation_message = message('filters.do_you_want_to_delete')