Commit cbfb7de2 authored by Ivan Tyagov's avatar Ivan Tyagov

New workflow actions added in 67f58b5b and...

New workflow actions added in 67f58b5b and b3dc32f5 thus adjust accordingly.
parent 93c9f5f3
No related merge requests found
......@@ -81,7 +81,9 @@ class TestWorkflowPerformance(TestPerformanceMixin):
# some checking to make sure we tested something relevant
self.assertEqual('validated', foo.getSimulationState())
expected_action_id_list = ['custom_action_no_dialog', 'custom_dialog_action',
'custom_dialog_required_action',
'display_status_action', 'dummy_action',
'dummy_crashing_action',
'dummy_failing_action', 'validate_action']
expected_action_id_list.sort()
found_action_id_list = [x['id'] for x in action_list if x['category'] == 'workflow']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment