hal / berg

HAL test suite based on Cypress
https://hal.github.io/berg/
Apache License 2.0
1 stars 12 forks source link

fix reset form method when is try to click on the reset button #102

Open kstekovi opened 1 year ago

kstekovi commented 1 year ago

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.

Test run with fix: https://github.com/kstekovi/berg/actions/runs/5810619726 https://github.com/kstekovi/berg/actions/runs/5867268466

Test run without fix: https://github.com/hal/berg/actions/runs/5803692677