Closed leboff closed 6 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 Can this custom timeout be considered for
wait_until_modal_is_open
andselect_app_launcher_app
as well to make this consistent?
@vsbharath I've updated the branch with those changes.
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.