From 568ce46a80e8eb850fe4b21e10f2eac728d1f614 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 15 Feb 2021 00:44:28 +0000 Subject: [PATCH] hand: wdt: Deselect (to make tests independent) Signed-off-by: Ian Jackson --- wdriver/wdt-hand.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wdriver/wdt-hand.rs b/wdriver/wdt-hand.rs index 2191ddd1..808a56ad 100644 --- a/wdriver/wdt-hand.rs +++ b/wdriver/wdt-hand.rs @@ -79,6 +79,11 @@ impl Ctx { .perform() .context("unclaim hand")?; + w.action_chain() + .click() + .perform() + .context("deselect")?; + chk(&mut w, HAND, None)?; } { -- 2.30.2