Add some test todos

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:31 -07:00
parent 6960fcc79b
commit 4380d10dde

View File

@ -113,6 +113,12 @@ describe('a selected trooper', () => {
await driver.switchTo().frame(await mapResource); await driver.switchTo().frame(await mapResource);
await page.expectNotSelected(counter); 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 () => { afterEach(async () => {