mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.2] [visualize] wait for save to complete before proceeding… (#40973)
This commit is contained in:
parent
7a1bdc73e7
commit
a874c68ef4
1 changed files with 3 additions and 0 deletions
|
@ -746,6 +746,9 @@ export function VisualizePageProvider({ getService, getPageObjects, updateBaseli
|
|||
}
|
||||
log.debug('Click Save Visualization button');
|
||||
await testSubjects.click('confirmSaveSavedObjectButton');
|
||||
|
||||
// wait for save to complete before completion
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
}
|
||||
|
||||
async saveVisualizationExpectSuccess(vizName, { saveAsNew = false } = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue