jmix
jmix copied to clipboard
Make unsaved cofirmation dialog action buttons selectable from js context
Currently confirmation dialog buttons has no identifiers that may allow to select and click them from js context e.g. from UI Browser Engine based tests (WebDriver). Either ids or classnames or other attributes are proposed to be added.
Steps to reproduce:
- Go to users or any other grid and start editing any of records in detail form
- Click cancel button and ensure confirmation dialog is appeared
- Open developers console and try to select any of this dialog's button programmatically with js code