You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the @WithTimeout annotation can only be applied to fields.
Often when working with widgets, having the root element ready means that the inner elements will also be ready for interaction.
@WithTimeout annotation is great for reducing the time spent searching for inner elements, but requires application for each field.
It would be nice to have the ability to apply annotations to all widget class fields at once.
The text was updated successfully, but these errors were encountered:
wazzeps
changed the title
FR: Make @WithTimeout applicable to widgets
FR: Make @WithTimeout applicable to classes
Sep 19, 2024
Description
At the moment, the @WithTimeout annotation can only be applied to fields.
Often when working with widgets, having the root element ready means that the inner elements will also be ready for interaction.
@WithTimeout annotation is great for reducing the time spent searching for inner elements, but requires application for each field.
It would be nice to have the ability to apply annotations to all widget class fields at once.
The text was updated successfully, but these errors were encountered: