Skip to content

Commit

Permalink
Trying a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Dec 12, 2019
1 parent 0c529ac commit a8a87fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/test/functional/apps/canvas/custom_elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ export default function canvasSmokeTest({ getService, getPageObjects }: FtrProvi
);
expect(customElementsAgain).to.have.length(0);
});

// Close the modal
await browser.pressKeys(browser.keys.ESCAPE);
});
});
}

0 comments on commit a8a87fa

Please sign in to comment.