mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 05:45:36 +08:00

Watching screenshots of failures it appears that sometimes the reply was stuck at: `this is a #` due to the autocomplete showing, given we only need to send a reply here? I think fill_in + click send should be more reliable here. Note I also tweaked `send_reply` to accept a content param and use it to fill composer when given.