Hey guys, does UE 4.24 break the AutomationDriverTests?
I wrote some tests on 4.23 and they worked fine. I ported my project on 4.24 and now all automation driver tests fail (even the one from the engine!).
This is the issue:
Failed to click element [e:\dev\ue4.24\unrealengine\engine\source\developer\automationdriver\private\automationdriverlogging.cpp(74)]
Element found but not located under the cursor: [By::Path] #KeyE [e:\dev\ue4.24\unrealengine\engine\source\developer\automationdriver\private\automationdriverlogging.cpp(78)]
Failed to click element [e:\dev\ue4.24\unrealengine\engine\source\developer\automationdriver\private\automationdriverlogging.cpp(74)]
Element found but not located under the cursor: [By::Path] #KeyE [e:\dev\ue4.24\unrealengine\engine\source\developer\automationdriver\private\automationdriverlogging.cpp(78)]
Expected 'SuiteViewModel->GetKeySequence()' to be EE, but it was . [e:\dev\ue4.24\unrealengine\engine\source\developer\automationdriver\private\specs\automationdriver.spec.cpp(368)]
Any ideas?