Skip to content

Commit

Permalink
fix(answer-list): 작성자 닉네임 matcher 수정한다 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwae authored and github-actions[bot] committed Sep 28, 2023
1 parent b45763c commit 33bd1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panel/__tests__/AnswerList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ describe('AnswerList', () => {

expect(screen.getByText(/안녕하세요/)).toBeInTheDocument();
expect(screen.getByText(/반가워요/)).toBeInTheDocument();
expect(screen.getByText(/닉네임/)).toBeInTheDocument();
expect(screen.getAllByText(/닉네임/)[0]).toBeInTheDocument();
});
});

0 comments on commit 33bd1f7

Please sign in to comment.