File tree Expand file tree Collapse file tree
tests/integration/features/workflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,10 +307,10 @@ Feature: profile field workflows
307307 Then the response should have a status code 200
308308 And the response should be a JSON array with the following mandatory values
309309 | key | value |
310- | (jq ).ocs .data [] \| select (.displayName == "Profile field change : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for workflow_subject ") \| .displayName | Profile field change : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for workflow_subject |
310+ | (jq ).ocs .data [] \| select (.displayName == "Profile field changed : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for user workflow_subject ") \| .displayName | Profile field changed : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for user workflow_subject |
311311 Given as user "workflow_subject"
312312 When sending "get" to ocs "/apps/spreed/api/v4/room"
313313 Then the response should have a status code 200
314314 And the response should be a JSON array with the following mandatory values
315315 | key | value |
316- | (jq ).ocs .data [] \| select (.displayName == "Profile field change : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for workflow_subject ") \| .displayName | Profile field change : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for workflow_subject |
316+ | (jq ).ocs .data [] \| select (.displayName == "Profile field changed : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for user workflow_subject ") \| .displayName | Profile field changed : Workflow Talk Department <WORKFLOW_TALK_FIELD_ID > for user workflow_subject |
You can’t perform that action at this time.
0 commit comments