I think I'm back to master HEAD at this point. Still don't see the problem.

This commit is contained in:
LeeDr 2016-05-20 09:34:06 -05:00
parent 69fdfd8f99
commit a49d765efc

View file

@ -44,7 +44,7 @@ import {
bdd.it('default request response should contain .kibana' , function () {
var expectedResponseContains = '"_index": ".kibana",';
consolePage.clickPlay()
return consolePage.clickPlay()
.then(function () {
return common.try(function () {
return consolePage.getResponse()