Quizz 5

 avatar
unknown
typescript
4 months ago
171 B
14
Indexable
it('clicks on the payment card', () => {
  fireEvent.click(getByTestId('dropdown-item-payment-bank'));
  waitFor(() => {
    expect(myMutate).toHaveBeenCalled();
  });
});
Editor is loading...
Leave a Comment