diff --git a/core/http/react-ui/e2e/media-history.spec.js b/core/http/react-ui/e2e/media-history.spec.js index 7575388f7..ce3c9520c 100644 --- a/core/http/react-ui/e2e/media-history.spec.js +++ b/core/http/react-ui/e2e/media-history.spec.js @@ -204,7 +204,7 @@ test.describe('Media History - TTS', () => { await page.goto('/app/tts') await expect(page.getByRole('button', { name: 'test-tts-model' })).toBeVisible({ timeout: 10_000 }) - await page.locator('.textarea').fill('hello world') + await page.getByPlaceholder('Enter text to synthesize...').fill('hello world') await page.locator('button[type="submit"]').click() // History entry should appear