Skip to content

Commit

Permalink
fix helper that wasn't doing what it said it did
Browse files Browse the repository at this point in the history
  • Loading branch information
Bargs committed Oct 30, 2019
1 parent abad201 commit ad6b762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/services/filter_bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export function FilterBarProvider({ getService, getPageObjects }: FtrProviderCon
if (cancelSaveFilterModalButtonExists) {
await testSubjects.click('cancelSaveFilter');
}
await testSubjects.waitForDeleted('cancelSaveFilter');
}

/**
Expand Down

0 comments on commit ad6b762

Please sign in to comment.