Results 2 issues of ABtester

在输入错误的用户名和密码进行登录的时候,没有相应的提示信息。 之前是有错误提示的 ![image](https://user-images.githubusercontent.com/22312483/37939386-0e202704-3195-11e8-9450-d9f70726fc90.png) 发布话题的时候如果不输入标题或内容点击提交的时候 报422的错误。原来是在页面上直接有提示。 ![image](https://user-images.githubusercontent.com/22312483/37939445-6916d6da-3195-11e8-9dbf-2fc321061777.png) 写了一套UI自动化测试的代码 https://github.com/CnodejsTest/UIAutoTest

hi i just try use the example that ``` var recorder = require('screen-capture-recorder'); var scene = new recorder({ x:0, y:0, w:640, h:480 }); scene.warmup(function(err){ //recorder is ready, now start capture...