You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to automate the test of the auto-complete feature. To achieve that we need jquery code to file event that shall trigger (simulate) enter press on the auto-complete field (e.g. tags).
something like
$("#tags-auto").trigger("keypress", ...);