From c5cd9c5648edf79704bd7185d68c0e5f356581e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 4 Jul 2020 17:30:41 +0200 Subject: [PATCH] E2E: Trying to fix flake e2e (#26063) --- e2e/suite1/specs/inspect-drawer.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/suite1/specs/inspect-drawer.spec.ts b/e2e/suite1/specs/inspect-drawer.spec.ts index efbee7782e7..9fb91dec028 100644 --- a/e2e/suite1/specs/inspect-drawer.spec.ts +++ b/e2e/suite1/specs/inspect-drawer.spec.ts @@ -74,7 +74,7 @@ const expectDrawerTabsAndContent = () => { e2e.components.PanelInspector.Stats.content().should('not.be.visible'); e2e.components.PanelInspector.Query.content().should('not.be.visible'); - e2e().wait(250); + e2e().wait(350); /* Monaco Editor specific wait that fixes error below https://github.com/microsoft/monaco-editor/issues/354 TypeError: Cannot read property 'getText' of null at Object.getFoldingRanges (http://localhost:3001/public/build/json.worker.js:18829:102)