Skip to content

Commit f621b7c

Browse files
committed
tweak comment
1 parent d25f452 commit f621b7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/e2e/helpers.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,8 @@ export async function openTerminalWindow(
803803
const terminal = await pagePromise;
804804
await terminal.waitForLoadState("domcontentloaded");
805805

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.
806+
// Specify that the shell should be `bash`, to prevent inheriting a shell that
807+
// isn't POSIX compatible, such as Fish.
809808
const commandQuery = `?command=${encodeURIComponent("/usr/bin/env bash")}`;
810809
await expect(terminal).toHaveURL(`/@admin/${workspaceName}.dev/terminal`);
811810
await terminal.goto(`/@admin/${workspaceName}.dev/terminal${commandQuery}`);

0 commit comments

Comments
 (0)