This commit is contained in:
Joel Wetzell
2026-05-17 16:42:20 -05:00
parent 1d93df0a41
commit 97f1cca090
+2 -1
View File
@@ -1,7 +1,8 @@
import { expect, test } from '@playwright/test';
import { test } from '@playwright/test';
test('add module', async ({ page }) => {
await page.goto('/');
await page.locator('app-module-list').getByText('add').click();
await page.getByRole('menuitem', { name: 'HTTP Server' }).click();
// TODO(jwetzell): test that the module gets added
});