3 class WorkflowsControllerTest < ActionController::TestCase
5 get :index, {}, session_for(:active)
6 assert_response :success
7 assert_includes @response.body, 'Valid workflow with no definition yaml'
13 wf = api_fixture('workflows')['workflow_with_input_specifications']
15 get :show, {id: wf['uuid']}, session_for(:active)
16 assert_response :success
18 assert_includes @response.body, "a short label for this parameter (optional)"
19 assert_includes @response.body, "href=\"#Advanced\""