Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 896eb7d

Browse files
committed
fix e2e test
1 parent f620386 commit 896eb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/webTerminal.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test("web terminal", async ({ context, page }) => {
5454
// try-catch is used temporarily to find the root cause: https://github.com/coder/coder/actions/runs/6176958762/job/16767089943
5555
try {
5656
await terminal.waitForSelector(
57-
'div.xterm-rows div:text-matches("hello123456")',
57+
'div.xterm-rows span:text-matches("hello123456")',
5858
{
5959
state: "visible",
6060
timeout: 10 * 1000,

0 commit comments

Comments
 (0)