aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-09-12 12:19:35 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-09-12 12:19:35 +0200
commitaf240688287e22148916cb61d7a5a2071f1de4e6 (patch)
tree3ae932a5badaaf863916785b55284a3eb52bd5b3 /sonar-server
parentf51d791bf3c45222086f031f75cdaeae0358883a (diff)
downloadsonarqube-af240688287e22148916cb61d7a5a2071f1de4e6.tar.gz
sonarqube-af240688287e22148916cb61d7a5a2071f1de4e6.zip
Add HTML IDs to Email Configuration page in order to improve Selenium tests
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
index 1910f706aa7..f9abb2886ec 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
@@ -45,7 +45,7 @@
<tfoot>
<tr>
<td colspan="3">
- <%= submit_tag message('email_configuration.save_settings'), :disable_with => message('email_configuration.saving_settings') %>
+ <%= submit_tag message('email_configuration.save_settings'), :disable_with => message('email_configuration.saving_settings'), :id => 'submit_save' %>
</td>
</tr>
</tfoot>
@@ -64,7 +64,7 @@
<tfoot>
<tr>
<td colspan="3">
- <%= submit_tag message('email_configuration.test.send'), :disable_with => message('email_configuration.test.sending') %>
+ <%= submit_tag message('email_configuration.test.send'), :disable_with => message('email_configuration.test.sending'), :id => 'submit_test' %>
</td>
</tr>
</tfoot>