Skip to content

Commit 8d3b691

Browse files
committed
test(integration): update talk workflow conversation title
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6c95aef commit 8d3b691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/features/workflow/profile_fields_workflow.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)