File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -803,9 +803,8 @@ export async function openTerminalWindow(
803
803
const terminal = await pagePromise ;
804
804
await terminal . waitForLoadState ( "domcontentloaded" ) ;
805
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.
806
+ // Specify that the shell should be `bash`, to prevent inheriting a shell that
807
+ // isn't POSIX compatible, such as Fish.
809
808
const commandQuery = `?command=${ encodeURIComponent ( "/usr/bin/env bash" ) } ` ;
810
809
await expect ( terminal ) . toHaveURL ( `/@admin/${ workspaceName } .dev/terminal` ) ;
811
810
await terminal . goto ( `/@admin/${ workspaceName } .dev/terminal${ commandQuery } ` ) ;
You can’t perform that action at this time.
0 commit comments