Skip to content

Commit

Permalink
Fixing the actual flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Oct 14, 2021
1 parent 4eeab2f commit 31db7ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.existOrFail('testQuerySuccess');
await testSubjects.missingOrFail('testQueryError');

// await testSubjects.waitForDeleted('testQuerySuccess');
await testSubjects.waitForDeleted('testQuerySuccess');

// Invalid query
await testSubjects.setValue('queryJsonEditor', '{"query":{"foo":{}}}', {
Expand Down

0 comments on commit 31db7ea

Please sign in to comment.