Maintenance: Add missing click link hook to wait for empty ajax queue there as well.
This commit is contained in:
parent
f087b9eb4d
commit
52780f64ce
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue