Skip to content

Commit

Permalink
added additional logic
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Oct 19, 2021
1 parent 7bf9c09 commit e412d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/page_objects/gis_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class GisPageObject extends FtrService {
await this.testSubjects.click('savedObjectTitle');
}
await this.testSubjects.clickWhenNotDisabled('confirmSaveSavedObjectButton');
await this.header.waitUntilLoadingHasFinished();
}

async clickSaveAndReturnButton() {
Expand Down

0 comments on commit e412d4d

Please sign in to comment.