From 4380d10ddeff7f033bb8d3b5094316a38cd8c22e Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:31 -0700 Subject: [PATCH] Add some test todos --- test/integration/select.test.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/integration/select.test.js b/test/integration/select.test.js index acde0f0..c91165d 100644 --- a/test/integration/select.test.js +++ b/test/integration/select.test.js @@ -113,6 +113,12 @@ describe('a selected trooper', () => { await driver.switchTo().frame(await mapResource); await page.expectNotSelected(counter); }); + + it.todo('is deselected when another trooper is selected'); +}); + +describe('an off-board trooper', () => { + it.todo('is selected by clicking on its counter'); }); afterEach(async () => {