diff --git a/test/support/pages/SettingsPage.js b/test/support/pages/SettingsPage.js index 92b6da577b72..1d7ed71e6d73 100644 --- a/test/support/pages/SettingsPage.js +++ b/test/support/pages/SettingsPage.js @@ -298,6 +298,8 @@ define(function (require) { .then(function (currentUrl) { if (!currentUrl.match(/indices\/.+\?/)) { throw new Error('Index pattern not created'); + } else { + common.debug('Index pattern created: ' + currentUrl); } }); });