solitontech / SLL-Drona

An open-source LabVIEW UI Testing Framework to automate manual UI testing.
MIT License
12 stars 10 forks source link

Timeout handling fix #97

Closed Giri-anandh closed 10 months ago

Giri-anandh commented 1 year ago

When there is any update in the List box or multi column list box, the AssertIndexValue operation is used to check for the elements, As the timeout provided there is not handled properly, this may cause some issues.