Skip to content

Commit 8d4e64c

Browse files
committed
WIP
1 parent b8ceaaf commit 8d4e64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/e2e/tests/webTerminal.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ test("web terminal", async ({ context, page }) => {
5454
try {
5555
await xtermRows.waitForSelector('div:text-matches("hello")', {
5656
state: "visible",
57+
timeout: 30 * 1000,
5758
});
5859
} catch (error) {
5960
const pageContent = await terminal.content();

0 commit comments

Comments
 (0)