Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-06-02 14:51:38 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-06-02 14:51:38 -0700
commitafda283d49ae0dfda4d7af0a8556c3618675fefa (patch)
treeb5a612e53ea0110c3253dca807aaa4ca13bdfaa5 /test
parentd826a01ff91301d88762a59881ac53053926b5be (diff)
Add some test todos
Diffstat (limited to 'test')
-rw-r--r--test/integration/select.test.js6
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 () => {