mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
updated new functional test to work with new page layout
This commit is contained in:
parent
9c27e3d52a
commit
97cb64c2ac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,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