From: Ian Jackson Date: Fri, 2 Apr 2021 15:15:35 +0000 (+0100) Subject: wdt-hand: Add a missing synch X-Git-Tag: otter-0.5.0~329 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dd4120122e9cecb72c157ba684133b86d320e45f;p=otter.git wdt-hand: Add a missing synch Experimentally, pausing otter to simulate losing the race gives us a conflict error. This is kind of expected. Signed-off-by: Ian Jackson --- diff --git a/wdriver/wdt-hand.rs b/wdriver/wdt-hand.rs index 303176db..f597716e 100644 --- a/wdriver/wdt-hand.rs +++ b/wdriver/wdt-hand.rs @@ -65,6 +65,7 @@ impl Ctx { .key_up('C') .perform() .context("claim hand")?; + w.synch()?; w.action_chain() .click()