jdi-testing / jdi-light

Powerful Framework for UI Automation Testing on Java
https://jdi-docs.github.io/jdi-light/
MIT License
109 stars 47 forks source link

To find solution how to test 'flickering' features/attributes of elements #4572

Closed MayaElf closed 1 year ago

MayaElf commented 1 year ago

Some elements have 'flickering' features/attributes i.e. they appear for millisec and disappear. Framework does not have enough time to check presence of these features/attributes. So far we have detected 3 such features: 1) ripple (e.g. in Vuetify buttons, Cards) 2) transition (slide-y, slide-x, scale) (e.g. floating buttons) 3) open/close-delay(e.g. hover) image image

MayaElf commented 1 year ago

Closed by Natalia Pozhidaeva with comment, see here https://github.com/jdi-testing/jdi-light/pull/4776