We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd25f452 commitf621b7cCopy full SHA for f621b7c
site/e2e/helpers.ts
@@ -803,9 +803,8 @@ export async function openTerminalWindow(
803
constterminal=awaitpagePromise;
804
awaitterminal.waitForLoadState("domcontentloaded");
805
806
-// Specify that the shell should be `bash`, to prevent inheriting the shell
807
-// the tests are being run from. Fish, for example, is common but not
808
-// POSIX compatible.
+// Specify that the shell should be `bash`, to prevent inheriting a shell that
+// isn't POSIX compatible, such as Fish.
809
constcommandQuery=`?command=${encodeURIComponent("/usr/bin/env bash")}`;
810
awaitexpect(terminal).toHaveURL(`/@admin/${workspaceName}.dev/terminal`);
811
awaitterminal.goto(`/@admin/${workspaceName}.dev/terminal${commandQuery}`);