Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyL0u committed Nov 12, 2024
1 parent 0494f88 commit dfd2f14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/ArticlePage/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,10 @@ describe('Article Page', () => {
</Context>,
{ 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) {
Expand Down

0 comments on commit dfd2f14

Please sign in to comment.