mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-21 22:43:08 +01:00
refactor: remove pocketbase (#1138)
This commit is contained in:
7
ui/tests/e2e/dashboard.spec.ts
Normal file
7
ui/tests/e2e/dashboard.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect } from '@playwright/test'
|
||||
import { login, test } from './util'
|
||||
|
||||
test('dashboard title is visible', async ({ page }) => {
|
||||
await login(page)
|
||||
await expect(page.getByRole('heading', { name: 'Dashboard' })).toBeVisible()
|
||||
})
|
||||
Reference in New Issue
Block a user