mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add a little more debugging
This commit is contained in:
parent
d8d8886747
commit
c9c0f34efe
2 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ define(function (require) {
|
|||
return headerPage.getToastMessage();
|
||||
})
|
||||
.then(function (toastMessage) {
|
||||
common.debug('toast message: ' + toastMessage);
|
||||
expect(toastMessage).to.be(expectedSavedQueryMessage);
|
||||
})
|
||||
.then(function () {
|
||||
|
|
|
@ -19,6 +19,7 @@ define(function (require) {
|
|||
navigateToApp: function (appName, testStatusPage) {
|
||||
var self = this;
|
||||
var appUrl = getUrl(config.servers.kibana, config.apps[appName]);
|
||||
self.debug('navigating to ' + appName + ' url: ' + appUrl);
|
||||
|
||||
var doNavigation = function (url) {
|
||||
return self.tryForTime(defaultTimeout, function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue