Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit 89f703f)
  • Loading branch information
afharo committed Aug 21, 2024
1 parent 135049e commit fa65a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class SavedObjectsPageObject extends FtrService {
await this.testSubjects.click('savedObjectsManagementDelete');
if (confirmDelete) {
await this.testSubjects.click('confirmModalConfirmButton');
await this.testSubjects.waitForDeleted('confirmModalConfirmButton');
await this.waitTableIsLoaded();
}
}
Expand Down

0 comments on commit fa65a63

Please sign in to comment.