Add some test todos
This commit is contained in:
parent
d826a01ff9
commit
afda283d49
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user