Test case is passed , but on browser there is no action activity appear

at first my test case failed due to unable to click on object, after that i apply wait for element clickable (read on a forum) after that when i run my test case , in katalon studio it passes, but on automated browser it open a page and does not show any activity . any solution ??

passed test case.png

As I see in the screen shot. There are only waiting logic “WaitForElementClickable”. But I don’t see any step which is doing the actual action such as “Click” or “SendKeys

Just see “scrollToElement” action , what kind of action you defined on your testcase that it should be executed