In Rapise 2.2, "DoClick" behavior was changed, so we don't do a click but rather just position the mouse over the control and do API-level "click" event. However we provided a way to enable backward compatibility.
Simply set g_domEventDefaultMode = 'click'; in the beginning of the 'test' function to enable the previous behavior.