mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Also use name for selecting form in casper tests
as form with action=new is present in both /new
and /accounts/new/send_confirm/ which breaks
test in CircleCI as
waitWhileVisible('form[action^="/new/"]) never stops
waiting.