Loading test/e2e/helpers/commandPaletteHelpers.js +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ const waitForPromptToContain = async (prompt, message) => { return promptText.includes(message); }, { timeout: 10000, timeoutMsg: `Prompt text did not contain ${message}.`, }, ); Loading Loading
test/e2e/helpers/commandPaletteHelpers.js +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ const waitForPromptToContain = async (prompt, message) => { return promptText.includes(message); }, { timeout: 10000, timeoutMsg: `Prompt text did not contain ${message}.`, }, ); Loading