When I try to execute an AGR TPTP test about a cheat sheet that we can find in the help menu of Eclipse, I have an error at the moment of clicking the hyper link of starting the cheat sheet especially in this command:
<command descriptive="Click to Begin" type="focus" contextId="view/org.eclipse.ui.cheatsheets.views.CheatSheetView" widgetId="org.eclipse.ui.forms.widgets.ImageHyperlink#1"/>
the error log given is the following:
java.lang.reflect.InvocationTargetException
null
org.eclipse.core.runtime.CoreException: A time-out occurred while waiting for the nested shell org.eclipse.jface.wizard.WizardDialog to complete. It is likely caused by the absence of the shell.
at org.eclipse.tptp.test.auto.gui.internal.commands.MacroCommandShell.playback(MacroCommandShell.java:896)
at org.eclipse.tptp.test.auto.gui.internal.macro.Macro.playback(Macro.java:346)
at org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager.runMacro(MacroManager.java:574)
at org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager.access$4(MacroManager.java:568)
at org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager$1$MacroOperationWrapper.run(MacroManager.java:501)
at java.lang.Thread.run(Unknown Source)
Does anyone have an idea about resolving this? or at least, does TPTP AGR support clicking in Hiper links?
Thanks