jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
561 stars 121 forks source link

Make unsaved confirmation dialog action buttons selectable from js context #3396

Closed syncro closed 4 weeks ago

syncro commented 3 months ago

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