1
0
Fork 0
forked from wry/wry

it: test foreign-toplevel-list

This commit is contained in:
Julian Orth 2024-04-02 15:57:41 +02:00
parent 6fe6b1b491
commit a39031d4f9
12 changed files with 276 additions and 18 deletions

View file

@ -74,6 +74,7 @@ impl TestRun {
tran.init();
let registry = tran.get_registry();
let jc = registry.get_jay_compositor().await?;
jc.enable_symmetric_delete()?;
let client_id = jc.get_client_id().await?;
let client = self.state.clients.get(client_id)?;
Ok(Rc::new(TestClient {