mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-23 15:09:01 +00:00
add todo
This commit is contained in:
+2
-1
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user