]
Marián Labuda updated JBIDE-23352:
----------------------------------
Steps to Reproduce:
ASSERT: Have an OpenShift connection with a project.
EXEC: Select the project and select context menu item Deploy Docker Image...
EXEC: In the Deploy Image to OpenShift wizard paste image name
docker.io/openshift/hello-openshift
EXEC: Click Next
EXEC: Click Next
ASSERT: You are on routing wizard pages.
RESULT: No checkbox next to ports is selected.
EXPECTED RESULT: One checkbox is selected as default.
Deploy Docker Wizard: No port is selected by default to be used for
routing
---------------------------------------------------------------------------
Key: JBIDE-23352
URL:
https://issues.jboss.org/browse/JBIDE-23352
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.AM1
Reporter: Marián Labuda
Labels: deploy_docker_wizard, openshift_v3
In the wizard on wizard page Services & Routing Settings, there is a table with
mapped ports. No port is selected by default and thus finishing the wizard as it is result
into an routing with no mapped port and thus useless routing. User has to edit a port
mapping to check checkbox, confirm the dialog and then finish.
If there is only one port mapping, we should check it by default. If there are more port
mappings, we should use some heuristics to check it.