Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Aug 28, 2024
1 parent 4d8a8ef commit 094f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/chat_gpt_web.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('redirect to /static', async ({ page }) => {


test('has title', async ({ page }) => {
await page.goto('/static/')
await page.goto('/')

// Expect a title "to contain" a substring.
await expect(page).toHaveTitle(/Chat/)
Expand Down

0 comments on commit 094f108

Please sign in to comment.