Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f620386 commit 896eb7dCopy full SHA for 896eb7d
site/e2e/tests/webTerminal.spec.ts
@@ -54,7 +54,7 @@ test("web terminal", async ({ context, page }) => {
54
// try-catch is used temporarily to find the root cause: https://github.com/coder/coder/actions/runs/6176958762/job/16767089943
55
try {
56
await terminal.waitForSelector(
57
- 'div.xterm-rows div:text-matches("hello123456")',
+ 'div.xterm-rows span:text-matches("hello123456")',
58
{
59
state: "visible",
60
timeout: 10 * 1000,
0 commit comments