From 46dfbfc2a87c42b2669328672c34986d81ff5a05 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Feb 2021 00:19:43 +0000 Subject: [PATCH] tests: some todos Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 9bf37971..44499163 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -133,8 +133,13 @@ impl Ctx { prepare_game(&self.ds, TABLE)?; self.otter(&self.ds.ss("library-add @table@ wikimedia chess-blue-?")?)?; + // xxx make library-add give distinct exit status here + // xxx find load markers ids - self.connect_player(&self.alice)?; + let _session = self.connect_player(&self.alice)?; + // xxx find load markers' locations + // xxx send api requests to move markers + // run library-add again } } -- 2.30.2