Skip to content

Commit 84c01ee

Browse files
committed
test(workflow): harden integration feature setup
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1212b2f commit 84c01ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/features/workflow/profile_fields_workflow.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Feature: profile field workflows
22
Background:
33
Given user "workflow_subject" exists
44
And run the command "app:enable --force profile_fields" with result code 0
5+
And run the command "config:system:set allow_local_remote_servers --value true --type boolean" with result code 0
56
And run the command "profile_fields:developer:reset --all" with result code 0
67

78
Scenario: matching field updates notify configured admin targets through workflow and notifications OCS
@@ -108,7 +109,7 @@ Feature: profile field workflows
108109
| value | operations |
109110
| currentVisibility | users |
110111
Then the response should have a status code 200
111-
When run the bash command "grep -F 'Profile field workflow rule matched' <nextcloudRootDir>/data/nextcloud.log | tail -n 1" with result code 0
112+
When read the last Nextcloud log entry containing "Profile field workflow rule matched"
112113
Then the output of the last command should contain the following text:
113114
"""
114115
Profile field workflow rule matched

0 commit comments

Comments
 (0)