Error on 'New step or New Approver' #1407

This commit is contained in:
Karel Pičman 2022-10-24 12:44:40 +02:00
parent 18a378c695
commit 9b2e27dc49

View File

@ -415,7 +415,7 @@ class DmsfWorkflowsControllerTest < RedmineDmsf::Test::TestCase
end end
def test_new_step def test_new_step
get :new_step, params: { id: @wf1.id } get :new_step, params: { id: @wf1.id, format: 'js' }
assert_response :success assert_response :success
assert_template :new_step assert_template :new_step
end end