Skip to content

Commit

Permalink
fixup! 🐛(lib-video) thumbnail not reset on the video player
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Mar 16, 2023
1 parent fe94fce commit d6443b7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable testing-library/no-node-access */
/* eslint-disable testing-library/no-container */
import { screen, waitFor } from '@testing-library/react';
import { screen, waitFor, act } from '@testing-library/react';
import fetchMock from 'fetch-mock';
import {
timedTextMockFactory,
Expand All @@ -14,7 +14,6 @@ import {
} from 'lib-components';
import { render } from 'lib-tests';
import React from 'react';
import { act } from 'react-dom/test-utils';

import { useVideo } from 'api/useVideos';
import { createPlayer } from 'components/common/Player/createPlayer';
Expand Down

0 comments on commit d6443b7

Please sign in to comment.