SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects
http://cumulusci.readthedocs.io
BSD 3-Clause "New" or "Revised" License
353 stars 239 forks source link

Extend modal close wait with custom timeout #3783

Closed leboff closed 1 month ago

leboff commented 2 months ago

Enhanced flexibility in wait_until_modal_is_closed method by adding an optional timeout parameter. This allows custom waiting periods for slower environments or particularly time-consuming operations, improving test reliability. Default timeout remains unchanged at 15 seconds.

vsbharath commented 2 months ago

@leboff Can this custom timeout be considered for wait_until_modal_is_open and select_app_launcher_app as well to make this consistent?

leboff commented 2 months ago

@leboff Can this custom timeout be considered for wait_until_modal_is_open and select_app_launcher_app as well to make this consistent?

@vsbharath I've updated the branch with those changes.