mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
chore(landing.spec.js): comment out title expectation and update landing title text
This commit is contained in:
parent
3f42db4956
commit
8a243e12fb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ import {expect, test} from '@playwright/test';
|
|||
|
||||
test('landing page', async ({page}) => {
|
||||
await page.goto('http://localhost:3080/');
|
||||
expect (await page.title()).toBe('New Chat');
|
||||
// expect (await page.title()).toBe('ChatGPT Clone');
|
||||
expect (await page.textContent('#landing-title')).toBe('ChatGPT Clone');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue