jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Make unsaved cofirmation dialog action buttons selectable from js context

Open syncro opened this issue 8 months ago • 0 comments

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:

  1. Go to users or any other grid and start editing any of records in detail form
  2. Click cancel button and ensure confirmation dialog is appeared
  3. Open developers console and try to select any of this dialog's button programmatically with js code

image

syncro avatar Jun 17 '24 09:06 syncro