Skip to content

Commit

Permalink
[statusPage] update functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 15, 2016
1 parent 1504a9e commit e232e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/status_page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bdd.describe('status page', function () {
.getVisibleText()
.then(function (text) {
common.saveScreenshot('Status');
expect(text.indexOf('kibana 1.0.0 Ready')).to.be.above(-1);
expect(text.indexOf('plugin:kibana')).to.be.above(-1);
});
})
.catch(common.handleError(self));
Expand Down

0 comments on commit e232e07

Please sign in to comment.