Timer doesn't work after starting keyword test from the script
Hello, I have script that starts specified keyword test using KeywordTests.MyTest.Run() method. In this keyword test I run script where I start Timer like this: Utils.Timers.Cear; ...
If you run the project you'll see that after test was rerun Timer had to write to the log error with following message: "Test stopped on timeout". But I received no message.