Skip to content

Commit

Permalink
Test: 지금은 영준과 대화하기를 안 쓸 예정이라 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 22, 2023
1 parent 2b36dfe commit 7deb20b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions e2e/landing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,3 @@ test('로그인 페이지 클릭', async ({ page }) => {
await expect(page).toHaveTitle(/Log in/);
await expect(page).toHaveURL(/.*login/);
});

test('영준과 대화하기 클릭', async ({ page }) => {
await page.goto('/');

await page.getByRole('link', { name: '영준이와 대화하기' }).click();

await expect(page).toHaveTitle(/ToonChat/);
await expect(page).toHaveTitle(/대화 with/);
await expect(page).toHaveURL(/.*chats\/\d+/);
});

0 comments on commit 7deb20b

Please sign in to comment.