mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
cont : another try
This commit is contained in:
parent
3021f0f4c5
commit
baac31998a
@ -1,6 +1,7 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
|
||||
test('home page has expected title', async ({ page }) => {
|
||||
test('home page loads', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page).toHaveTitle(/llama-ui/);
|
||||
// Wait for the SPA to hydrate — the chat form is rendered by the hydrated app
|
||||
await expect(page.locator('form').first()).toBeVisible();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user