From: Ian Jackson Date: Sat, 3 Apr 2021 17:34:06 +0000 (+0100) Subject: at: Do not any longer tolerate JS errors on game reset X-Git-Tag: otter-0.5.0~236 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eef2bcd6b08e2674f8fb48f5682fe1f1809cf05d;p=otter.git at: Do not any longer tolerate JS errors on game reset This is all supposed to be sorted now. Signed-off-by: Ian Jackson --- diff --git a/wdriver/wdt-altergame.rs b/wdriver/wdt-altergame.rs index 472e63af..5cd66929 100644 --- a/wdriver/wdt-altergame.rs +++ b/wdriver/wdt-altergame.rs @@ -80,7 +80,7 @@ fn tests(UsualSetup { su, alice, ..}: UsualSetup) { let game_spec = &c.su.ds.subst("@specs@/penultima.game.toml")?; let mut alice = c.su.w(&c.alice)?; alice.otter(&["reset"],&[&game_spec])?; - alice.synch_ignore_js_errors()?; + alice.synch()?; let url = alice.current_url()?; alice.get(url)?; alice.synch()?;