We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c9f7c commit ca8fc2fCopy full SHA for ca8fc2f
node/chat/chat.spec.ts
@@ -50,7 +50,8 @@ describe("node/chat/chat.spec.ts", () => {
50
- 1 [Untitled]
51
* 2 [Untitled]`);
52
53
- const threadPos = await driver.assertDisplayBufferContains("1 [Untitled]");
+ const threadPos =
54
+ await driver.assertDisplayBufferContains("1 [Untitled]");
55
await driver.triggerDisplayBufferKey(threadPos, "<CR>");
56
await driver.awaitChatState({
57
state: "thread-selected",
0 commit comments