Commit d02c1c13 authored by Desiree Chevalier's avatar Desiree Chevalier
Browse files

fix(e2e): adjust wait for prompt text

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