The collections.feature test is systematically failing in the platform CI (when using two separate containers for Nuxeo and the test runner)
11:18:59 [31mAssertionError[39m 11:18:59 [31m + expected - actual[39m 11:18:59 [31m[39m 11:18:59 [31m -3[39m 11:18:59 [31m +0[39m 11:18:59 [31m[39m 11:18:59 [31m at World.<anonymous> (/home/jenkins/workspace/integration-tests/nuxeo-server-web-ui/server-build-web-ui-release/nuxeo-web-ui-clone/packages/nuxeo-web-ui-ftest/features/step_definitions/browser.js:109:44)[39m
It seems that the step waits for the results, but doesn't wait for the number of results to change to the expected, which means that there is margin for flakiness. (see screenshot)
- is required by
-
NXBT-3608 Environment Deployment to Validate Web UI
- Resolved