mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore(playwright.yml): move 'Start API server' job to after 'Install Playwright Browsers' job
fix(landing.spec.js): change page.goto URL to 'http://localhost:3080/'
This commit is contained in:
parent
323e951d7f
commit
3f42db4956
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
import {expect, test} from '@playwright/test';
|
||||
|
||||
test('landing page', async ({page}) => {
|
||||
await page.goto('/');
|
||||
await page.goto('http://localhost:3080/');
|
||||
expect (await page.title()).toBe('New Chat');
|
||||
expect (await page.textContent('#landing-title')).toBe('ChatGPT Clone');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue