Skip to content
Snippets Groups Projects
Commit 97fff130 authored by Tristan Read's avatar Tristan Read :three:
Browse files

Merge branch 'e2e-extend-prompt-wait-time' into 'main'

fix(e2e): adjust wait for prompt text

Closes #1352

See merge request !1575



Merged-by: default avatarTristan Read <tread@gitlab.com>
Approved-by: default avatarTristan Read <tread@gitlab.com>
Co-authored-by: default avatarDesiree Chevalier <dchevalier@gitlab.com>
parents c5d28ff0 d02c1c13
No related branches found
No related tags found
2 merge requests!1795chore: rebase sast-ide dev branch,!1575fix(e2e): adjust wait for prompt text
Pipeline #1285432068 passed with warnings
...@@ -15,6 +15,7 @@ const waitForPromptToContain = async (prompt, message) => { ...@@ -15,6 +15,7 @@ const waitForPromptToContain = async (prompt, message) => {
return promptText.includes(message); return promptText.includes(message);
}, },
{ {
timeout: 10000,
timeoutMsg: `Prompt text did not contain ${message}.`, timeoutMsg: `Prompt text did not contain ${message}.`,
}, },
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment