* throttle search results to one a second * changed to use custom debounce due to async * attempt to fix flakey test * attempt to fix flakey test * revert test changes * reduce debounce time and add e2e test * allow canceling of timeout * removed debug * make search result e2e tests more stable * make drop down selector a constant * address pr comments