Skip to content

Commit

Permalink
Maybe this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Oct 14, 2021
1 parent f0fb1eb commit 7629222
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('testQuery');
await testSubjects.existOrFail('testQuerySuccess');
await testSubjects.missingOrFail('testQueryError');

await testSubjects.click('cancelSaveAlertButton');
await testSubjects.existOrFail('confirmAlertCloseModal');
await testSubjects.click('confirmAlertCloseModal > confirmModalConfirmButton');
});

it('should show error when es_query is invalid', async () => {
Expand Down

0 comments on commit 7629222

Please sign in to comment.