mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update new tests to work with add data landing page
This commit is contained in:
parent
770b51adb7
commit
9748328309
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ define(function (require) {
|
|||
})
|
||||
.then(function (navigateTo) {
|
||||
common.debug('navigateTo');
|
||||
return settingsPage.navigateTo();
|
||||
return settingsPage.navigateTo().then(settingsPage.clickExistingIndicesAddDataLink);
|
||||
})
|
||||
.then(function () {
|
||||
common.debug('createIndexPattern');
|
||||
|
|
|
@ -37,7 +37,7 @@ define(function (require) {
|
|||
})
|
||||
.then(function (navigateTo) {
|
||||
common.debug('navigateTo');
|
||||
return settingsPage.navigateTo();
|
||||
return settingsPage.navigateTo().then(settingsPage.clickExistingIndicesAddDataLink);
|
||||
})
|
||||
.then(function () {
|
||||
common.debug('createIndexPattern');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue