From dfd2f1482207fa4cd64cbefaee871e0b6e0adae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLilyL0u=E2=80=9D?= Date: Tue, 12 Nov 2024 16:10:29 +0000 Subject: [PATCH] remove console log --- src/app/pages/ArticlePage/index.test.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/pages/ArticlePage/index.test.tsx b/src/app/pages/ArticlePage/index.test.tsx index d432ee4a23a..07a68c95c70 100644 --- a/src/app/pages/ArticlePage/index.test.tsx +++ b/src/app/pages/ArticlePage/index.test.tsx @@ -429,12 +429,10 @@ describe('Article Page', () => { , { service: 'pidgin' }, ); - console.log('container', container.outerHTML); await waitFor(() => { const jumpToSection = container.querySelector( '[data-testid="jump-to"]', ); - console.log('jumpToSection', jumpToSection?.outerHTML); if (expectedJumpTo) { expect(jumpToSection).not.toBeNull(); if (expectedRelatedContent) {