diff --git a/src/pages/listings/components/ListingsTab.test.jsx b/src/pages/listings/components/ListingsTab.test.jsx index f4c4587..4d6c553 100644 --- a/src/pages/listings/components/ListingsTab.test.jsx +++ b/src/pages/listings/components/ListingsTab.test.jsx @@ -18,7 +18,7 @@ describe('ListingsTab', () => { it('빈 목록이면 안내 문구', async () => { getListings.mockResolvedValue({ listings: [] }); render(); - await waitFor(() => expect(screen.getByText(/매물이 없습니다|수집/)).toBeInTheDocument()); + await waitFor(() => expect(screen.getByText(/매물이 없습니다/)).toBeInTheDocument()); }); it('매물+판정 tier·배열 필드를 크래시 없이 렌더 (매매=valuation, 배열 그대로)', async () => {