resolve todos

This commit is contained in:
peterkogo
2025-04-16 18:20:12 +02:00
parent 2474c8be14
commit 97c4e2b218
7 changed files with 34 additions and 29 deletions
+8 -9
View File
@@ -172,13 +172,12 @@ test.describe('Pane non-default', () => {
});
});
test.describe('Pane activation keys', () => {
test.beforeEach(async ({ page }) => {
// Go to the starting url before each test.
await page.goto('/tests/generic/pane/activation-keys');
// test.describe('Pane activation keys', () => {
// test.beforeEach(async ({ page }) => {
// // Go to the starting url before each test.
// await page.goto('/tests/generic/pane/activation-keys');
// Wait till the edges are rendered
await page.waitForSelector('[data-id="first-edge"]', { timeout: 5000 });
});
// TODO
});
// // Wait till the edges are rendered
// await page.waitForSelector('[data-id="first-edge"]', { timeout: 5000 });
// });
// });