From e232e0766050ddb2cfca5592f189ed6a89d67bd9 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 14 Jun 2016 21:38:34 -0700 Subject: [PATCH] [statusPage] update functional test --- test/functional/status_page/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/status_page/index.js b/test/functional/status_page/index.js index f8944de45d8b0..8d601df8a7454 100644 --- a/test/functional/status_page/index.js +++ b/test/functional/status_page/index.js @@ -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));