Skip to content

Commit

Permalink
switch steps
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Nov 28, 2022
1 parent 34df4bd commit 9594fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ jobs:
id: e2e
run: |
cd server
./occ config:system:set allow_local_remote_servers --value 1
./occ config:system:get allow_local_remote_servers
./occ config:system:set overwrite.cli.url --value 'http://localhost:8080'
cat config/config.php
cd apps/integration_openproject
make
npm run test:e2e tests/e2e/features/webUI
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/features/webUI/OauthFlow.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Feature:
Given openproject administrator has logged in openproject using the webUI
And nextcloud administrator has logged in using the webUI
And the administrator has navigated to the openproject tab in administrator settings
When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
And nextcloud administrator adds the openproject host
When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
And openproject administrator copies the openproject oauth credentials
And nextcloud administrator pastes the openproject oauth credentials
And nextcloud administrator copies the nextcloud oauth credentials
Expand Down

0 comments on commit 9594fc7

Please sign in to comment.