diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-12 12:19:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-12 12:19:35 +0200 |
commit | af240688287e22148916cb61d7a5a2071f1de4e6 (patch) | |
tree | 3ae932a5badaaf863916785b55284a3eb52bd5b3 /sonar-server | |
parent | f51d791bf3c45222086f031f75cdaeae0358883a (diff) | |
download | sonarqube-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.erb | 4 |
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> |