-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: CI/CD
-
Tags:
-
Team:UI
We need to align the Web UI code with theĀ 2021.14 server version, in order to make sure that we are testing against the latest released server.
However, we have noticed that doing so causes a couple of systematic erros, which suggests that something might have changed server side:
2022-01-11T18:30:38.4207608Z [INFO] [exec] [0-32] RUNNING in chrome - /features/validation.feature 2022-01-11T18:31:09.2560144Z [INFO] [exec] [0-32] Error in "0: I create a document with the following properties:" 2022-01-11T18:31:09.2562288Z [INFO] [exec] Error: function timed out, ensure the promise resolves within 20500 milliseconds 2022-01-11T18:31:09.2565220Z [INFO] [exec] at Timeout.time_1.default.setTimeout [as _onTimeout] (/tmp/nuxeo-web-ui/nuxeo-web-ui/node_modules/@wdio/cucumber-framework/node_modules/@cucumber/cucumber/src/user_code_runner.ts:80:18) 2022-01-11T18:31:09.2566721Z [INFO] [exec] at ontimeout (timers.js:436:11) 2022-01-11T18:31:09.2568063Z [INFO] [exec] at tryOnTimeout (timers.js:300:5) 2022-01-11T18:31:09.2568904Z [INFO] [exec] at listOnTimeout (timers.js:263:5) 2022-01-11T18:31:09.2569796Z [INFO] [exec] at Timer.processTimers (timers.js:223:10)
2022-01-11T18:30:09.4876334Z [INFO] [exec] [0-30] Error in "0: the following OAuth2 providers exist"
2022-01-11T18:30:09.4877275Z [INFO] [exec] Error: Bad Request
2022-01-11T18:30:09.4878619Z [INFO] [exec] at doFetch.then (/tmp/nuxeo-web-ui/nuxeo-web-ui/node_modules/nuxeo/lib/nuxeo.js:159:27)
This needs investigation.