We have a big regression in the selenium tests which runs on the OCP platform.
The dependencies which include to the pom.xml are not imported to the project.
Report before:
https://ci.codenvycorp.com/view/qa/job/che-integration-tests-che6-ocp/3/Selenium_tests_report/
Report after:
https://ci.codenvycorp.com/view/qa/job/che-integration-tests-che6-ocp/12/Selenium_tests_report/
Expected behavior:
The list of dependencies in the "pom.xml" and imported libraries in the "External Libraries" folder are matched. The java code in the opened editor is validated and without error markers.
Observed behavior:
The list of dependencies in the "pom.xml" and imported libraries in the "External Libraries" folder are not matched. The java code in the opened editor is not validated and error markers are presents.
Attachments:


OS and version:
Che6 (OCP) 6.0.0-M2 ; Chrome 59.0 ; Fedora 25
@slemeur The problem looks like the maven dependencies are not resolved during performance of test. But for the tests we do not have any visual indicators for checking this event. For the test we need clear visual indicator on UI.
@musienko-maxim : There are two problems here:
1- Why the maven dependencies are not resolved?
2- I agree that we are missing a feedback to the user in order to inform him that the maven dependencies cannot be resolved.
We need bring back resolve indicator to CHE 6. It's important not only for selenium tests. We extremely MUST have this important feature for internal use.

Here is an issue about resolve indicator https://github.com/eclipse/che/issues/6929
Let's agree on the following:
The status bar in its current form is used only for maven project and it is rarely active. The information displayed in is important, but we must always look to optimize the use of the space in the screen.
As at this moment, the status bar is used only for maven project, anyone who's using Che for something different than a maven project is loosing 20px. And even if you are
We discussed with @ashumilova and @vitaliy-guliy to restore the status bar. But let's also discuss how we can better optimize the use of this status bar:
Problem is resolved and not reproduced
Most helpful comment
We need bring back resolve indicator to CHE 6. It's important not only for selenium tests. We extremely MUST have this important feature for internal use.
