我有以下断言...
promise.then(function() {
assert.ok(browser.query(addForm), "It should have the add form");
callback();
})
但是当我试图看到它变红时,我却得到...
Possibly unhandled AssertionError: It should have the add form
并且测试套件只是没有走得更远