Maintenance: Add missing click link hook to wait for empty ajax queue there as well.

This commit is contained in:
Rolf Schmidt 2022-01-24 08:55:33 +00:00
parent f087b9eb4d
commit 52780f64ce

View file

@ -54,6 +54,12 @@ module ZammadCapybarActionDelegator
end
end
def click_link(...)
super.tap do
await_empty_ajax_queue
end
end
def click_link_or_button(...)
super.tap do
await_empty_ajax_queue