Add some test todos

This commit is contained in:
Catalin Constantin Mititiuc 2024-06-02 14:51:38 -07:00
parent d826a01ff9
commit afda283d49

View File

@ -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 () => {