Macro is stuck on step tab=close due to confirmation pop-up

Hello,

When I am trying to close a tab after automation is done, there is a pop-up to confirm that I really want to close the app. But Ui.Vision step tab=close does not have a timeout, so the macro is getting stuck on this step. Before it was working so after timeout I simply used XType | ${KEY_ENTER} to confirm the pop-up. Now the macro does not even get to that step and it is stuck.

So before it worked? What has changed?