Click Test Passes; Click Action Not Executed

I’ve got a test that passes the click state, but the action is never executed and thus my verify steps fail. I’ve tried adding delays, wait for element clickable and even changed the click state to double click just in case, but I’ve had no luck in getting it to actually execute.
I’ve tried adjusting the object to use different detections including using XPath with no success.

Screenshot at Aug 06 13-17-18.png

Screenshot at Aug 06 13-19-31.png

I’ve also verified via Object Spy that it finds it fine.

Screenshot at Aug 06 13-32-57.png

Hello,
is there any error/exception?

We can mark this as resolved. The field I was adding text to prior to the click was still in focus and I needed to Send Key to get it to get past that step.