Files
zulip/frontend_tests/puppeteer_tests/03-compose.js
Dinesh 3b3ed0c2d5 puppeteer: Replace hidden: false with visible: true.
I had a misconception with hidden and visible options
and thought `hidden: false` was same as `visible: true`
and other way too.

But `hidden: false` or `visible: false` does nothing
more than checking if the selector exists.

Also, to mention, `visible: false`'s were fixed in
33e19fa7d1
2020-08-11 10:41:36 -07:00

8.8 KiB