mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 16:21:50 +03:00
test(tui): avoid clipboard status race
This commit is contained in:
+1
-2
@@ -415,8 +415,7 @@ describe("NanobotTui layout", () => {
|
|||||||
|
|
||||||
await setup.mockInput.typeText("这是什么? ")
|
await setup.mockInput.typeText("这是什么? ")
|
||||||
setup.mockInput.pressKey("v", { ctrl: true })
|
setup.mockInput.pressKey("v", { ctrl: true })
|
||||||
await waitUntil(() => ui.status.plainText.includes("Pasted Image #1"), 3_000)
|
await waitUntil(() => ui.composer.plainText === "这是什么? [Image #1] ")
|
||||||
expect(ui.composer.plainText).toBe("这是什么? [Image #1] ")
|
|
||||||
setup.mockInput.pressTab()
|
setup.mockInput.pressTab()
|
||||||
expect(ui.status.plainText).toContain("Images cannot be queued")
|
expect(ui.status.plainText).toContain("Images cannot be queued")
|
||||||
expect(ui.composer.plainText).toBe("这是什么? [Image #1] ")
|
expect(ui.composer.plainText).toBe("这是什么? [Image #1] ")
|
||||||
|
|||||||
Reference in New Issue
Block a user