Skip to content

Commit 4c02c13

Browse files
committed
tests(guifont): delay to stabilize broken guifont test on nightly
1 parent c8df2ba commit 4c02c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_common.ts

+1
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ ${backup}
397397
`);
398398
await reloadNeovim(server, driver);
399399
let [input, span] = await createFirenvimFor(server, driver, By.id("content-input"));
400+
await driver.sleep(500);
400401
await sendKeys(driver, "100aa".split("")
401402
.concat(webdriver.Key.ESCAPE)
402403
.concat("^gjib".split(""))

0 commit comments

Comments
 (0)