The method resetForm can't click on the reset button.
The parameter { force: true } in click method solve this issue.
The reset button doesn't exist in HAL console for WildFly. But still exist in EAP build.
Check the server it is EAP or WildFly then click on the reset button or check it is not displayed in case of WildFly.
The method
resetForm
can't click on the reset button.The parameterThe reset button doesn't exist in HAL console for WildFly. But still exist in EAP build.{ force: true }
in click method solve this issue.Check the server it is EAP or WildFly then click on the reset button or check it is not displayed in case of WildFly.
Test run with fix:
https://github.com/kstekovi/berg/actions/runs/5810619726https://github.com/kstekovi/berg/actions/runs/5867268466Test run without fix: https://github.com/hal/berg/actions/runs/5803692677