1
0
Fork 0
forked from wry/wry

it: test surface input region

This commit is contained in:
Julian Orth 2024-04-02 18:18:15 +02:00
parent 221a398abe
commit 9703ba8794
6 changed files with 68 additions and 2 deletions

View file

@ -86,6 +86,7 @@ impl TestClient {
self.run.state.eng.yield_now().await;
self.run.sync().await;
self.tran.sync().await;
self.run.state.eng.yield_now().await;
}
pub async fn take_screenshot(&self, include_cursor: bool) -> Result<Vec<u8>, TestError> {