Skip to content

Commit

Permalink
test: 에러 페이지 테스트에서 개선된 페이지의 텍스트를 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Oct 24, 2024
1 parent 87e61a4 commit 7827e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('ErrorCatcher', () => {
});

await waitFor(() => {
expect(screen.getByText('알 수 없는 오류입니다.')).toBeInTheDocument();
expect(screen.getByText('알 수 없는 오류가 발생했습니다.')).toBeInTheDocument();
});
});
});

0 comments on commit 7827e31

Please sign in to comment.