-
Bug
-
Resolution: Done
-
Normal
-
1.17.0
-
None
Starting with OCP 4.8 the new service form had changed slightly. In case in the namespace there's an application deployed, the form doesn't contain the regular input field. Instead, a complex dropdown field is rendered.
In case one test fail, next ones would likely fail as well with:
AssertionError: Timed out retrying after 60000ms: Expected to find element: `input#form-input-application-name-field`, but never found it
That's because previous app, hasn't been removed.
The code should be amended in a way that, fail in one test shouldn't influence subsequent ones.