Skip to content

Commit 9594fc7

Browse files
committed
switch steps
1 parent 34df4bd commit 9594fc7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ jobs:
138138
id: e2e
139139
run: |
140140
cd server
141+
./occ config:system:set allow_local_remote_servers --value 1
141142
./occ config:system:get allow_local_remote_servers
143+
./occ config:system:set overwrite.cli.url --value 'http://localhost:8080'
144+
cat config/config.php
142145
cd apps/integration_openproject
143146
make
144147
npm run test:e2e tests/e2e/features/webUI

tests/e2e/features/webUI/OauthFlow.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Feature:
88
Given openproject administrator has logged in openproject using the webUI
99
And nextcloud administrator has logged in using the webUI
1010
And the administrator has navigated to the openproject tab in administrator settings
11-
When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
1211
And nextcloud administrator adds the openproject host
12+
When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
1313
And openproject administrator copies the openproject oauth credentials
1414
And nextcloud administrator pastes the openproject oauth credentials
1515
And nextcloud administrator copies the nextcloud oauth credentials

0 commit comments

Comments
 (0)