diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 20:42:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 20:42:33 +0000 |
commit | 278468c0c8f2156faf739fe063a63022c9c25e65 (patch) | |
tree | d7d12dc4298e3f9b9c1d4ad8d74981d4d6c67b01 /app | |
parent | 4229fafc8f1ea588c0c1a793c0c3d4b481b9bf78 (diff) | |
download | redmine-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.erb | 2 |
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 %> |