chiark / gitweb /
tests: some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Feb 2021 00:19:43 +0000 (00:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Feb 2021 00:19:43 +0000 (00:19 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs

index 9bf37971a7ddb1a4cf9f4e53d6c0f87b7f9fdd40..44499163a955ee72ced9d3f247a73bba0866e51d 100644 (file)
@@ -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
   }
 }