Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf621b7c

Browse files
committed
tweak comment
1 parentd25f452 commitf621b7c

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
constterminal=awaitpagePromise;
804804
awaitterminal.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
constcommandQuery=`?command=${encodeURIComponent("/usr/bin/env bash")}`;
810809
awaitexpect(terminal).toHaveURL(`/@admin/${workspaceName}.dev/terminal`);
811810
awaitterminal.goto(`/@admin/${workspaceName}.dev/terminal${commandQuery}`);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp