Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Mar 19, 2024
1 parent 1006528 commit fa4bbd9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/components/payment-activity/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,5 @@ describe( 'PaymentActivity component', () => {
const { container } = render( <PaymentActivity /> );

expect( container ).toMatchSnapshot();

//expect( getByText( 'Your payment activity' ) ).toBeInTheDocument();
//expect(
// container.querySelector( '.wcpay-payments-activity__card' )
//).toBeInTheDocument();
//expect(
// container.querySelector( '.wcpay-payments-activity__card__header' )
//).toBeInTheDocument();
//expect(
// container.querySelector( '.wcpay-payments-activity__card__body' )
//).toBeInTheDocument();
} );
} );

0 comments on commit fa4bbd9

Please sign in to comment.