Commit c5cd9c56 by Torkel Ödegaard Committed by GitHub

E2E: Trying to fix flake e2e (#26063)

parent d19d6128
...@@ -74,7 +74,7 @@ const expectDrawerTabsAndContent = () => { ...@@ -74,7 +74,7 @@ const expectDrawerTabsAndContent = () => {
e2e.components.PanelInspector.Stats.content().should('not.be.visible'); e2e.components.PanelInspector.Stats.content().should('not.be.visible');
e2e.components.PanelInspector.Query.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 /* Monaco Editor specific wait that fixes error below https://github.com/microsoft/monaco-editor/issues/354
TypeError: Cannot read property 'getText' of null TypeError: Cannot read property 'getText' of null
at Object.getFoldingRanges (http://localhost:3001/public/build/json.worker.js:18829:102) at Object.getFoldingRanges (http://localhost:3001/public/build/json.worker.js:18829:102)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment