summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 20:42:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 20:42:33 +0000
commit278468c0c8f2156faf739fe063a63022c9c25e65 (patch)
treed7d12dc4298e3f9b9c1d4ad8d74981d4d6c67b01 /app
parent4229fafc8f1ea588c0c1a793c0c3d4b481b9bf78 (diff)
downloadredmine-278468c0c8f2156faf739fe063a63022c9c25e65.tar.gz
redmine-278468c0c8f2156faf739fe063a63022c9c25e65.zip
Adds a UI test (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14345 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/sudo_mode/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sudo_mode/new.html.erb b/app/views/sudo_mode/new.html.erb
index daf63c932..86a4f74f7 100644
--- a/app/views/sudo_mode/new.html.erb
+++ b/app/views/sudo_mode/new.html.erb
@@ -1,5 +1,5 @@
<h2><%= l :label_password_required %></h2>
-<%= form_tag({}, class: 'tabular') do %>
+<%= form_tag({}, class: 'tabular', id: 'sudo-form') do %>
<%= hidden_field_tag '_method', request.request_method %>
<%= hash_to_hidden_fields @sudo_form.original_fields %>