it: test suspended state
This commit is contained in:
parent
3f4386609e
commit
91022cd1c8
12 changed files with 119 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ async fn test(run: Rc<TestRun>) -> TestResult {
|
|||
// | w_tiled | [ w_mono1 | w_mono2 ] | with w_mono2 visible and active
|
||||
|
||||
client.sync().await;
|
||||
tassert_eq!(w_tiled.tl.width.get(), w_mono2.tl.width.get());
|
||||
tassert_eq!(w_tiled.tl.core.width.get(), w_mono2.tl.core.width.get());
|
||||
|
||||
let enters = dss.kb.enter.expect()?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue