1
0
Fork 0
forked from wry/wry

it: test xdg-activation

This commit is contained in:
Julian Orth 2024-04-02 15:03:24 +02:00
parent 91022cd1c8
commit 6fe6b1b491
16 changed files with 239 additions and 23 deletions

View file

@ -44,12 +44,12 @@ async fn test(run: Rc<TestRun>) -> Result<(), TestError> {
let enter = enter.next()?;
seat.pointer.set_cursor(enter.serial, &surface, 0, 0)?;
client.compare_screenshot("1").await?;
client.compare_screenshot("1", true).await?;
surface.offset(-100, -100)?;
surface.commit()?;
client.compare_screenshot("2").await?;
client.compare_screenshot("2", true).await?;
Ok(())
}