Skip to content

Commit

Permalink
Update packages/ui-react/src/components/PaymentSuccessful/PaymentSucc…
Browse files Browse the repository at this point in the history
…essful.test.tsx

Co-authored-by: Anton Lantukh <[email protected]>
  • Loading branch information
mirovladimitrovski and AntonLantukh authored Sep 27, 2024
1 parent 679d348 commit 986e1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('<PaymentSuccessful>', () => {
expect(onCloseButtonClick).toBeCalled();
});

test('calls the onCloseButtonClick callback when clicking the close button', () => {
test('calls the onCloseButtonClick callback when timer expires', () => {
vi.useFakeTimers();
const onCountdownCompleted = vi.fn();

Expand Down

0 comments on commit 986e1c1

Please sign in to comment.