index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'test/integration/select.test.js')
-rw-r--r-- | test/integration/select.test.js | 6 |
1 files changed, 6 insertions, 0 deletions
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 () => { |