mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.x] [visualize] wait for save to complete before proceeding… (#40971)
This commit is contained in:
parent
c4ec8aa859
commit
f2295f85a7
1 changed files with 3 additions and 0 deletions
|
@ -729,6 +729,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