mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Our typeahead system is very sensitive, a simple internal focus can hide it. This leads to occasional failure on the puppeteer test. This commit tries to solve it by clicking via javascript instead of manual puppeteer click.