From a8a87fa3d06927d13873ff3d9fc0b56f87243ac9 Mon Sep 17 00:00:00 2001 From: Poff Poffenberger Date: Thu, 12 Dec 2019 12:23:30 -0600 Subject: [PATCH] Trying a fix --- x-pack/test/functional/apps/canvas/custom_elements.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/test/functional/apps/canvas/custom_elements.ts b/x-pack/test/functional/apps/canvas/custom_elements.ts index dd7a87877e901fa..536e535520ff247 100644 --- a/x-pack/test/functional/apps/canvas/custom_elements.ts +++ b/x-pack/test/functional/apps/canvas/custom_elements.ts @@ -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); }); }); }