mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-18 12:43:57 +00:00
add playwright layout
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { expect, 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();
|
||||
})
|
||||
Reference in New Issue
Block a user