Skip to content

Commit

Permalink
tests(guifont): delay to stabilize broken guifont test on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Apr 28, 2024
1 parent cdb71a1 commit 7d7d908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ ${backup}
`);
await reloadNeovim(server, driver);
let [input, span] = await createFirenvimFor(server, driver, By.id("content-input"));
await driver.sleep(500);
await sendKeys(driver, "100aa".split("")
.concat(webdriver.Key.ESCAPE)
.concat("^gjib".split(""))
Expand Down

0 comments on commit 7d7d908

Please sign in to comment.