feat(settings): add admin settings UI and Navbar link
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('admin can view settings page', async ({ page }) => {
|
||||
await page.goto('http://localhost:5173/settings');
|
||||
await expect(page.locator('text=Settings')).toBeVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user