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 @@ -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
You can’t perform that action at this time.
0 commit comments