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