import * as React from 'react'; import {render, screen} from 'sentry-test/reactTestingLibrary'; import {AutoplayVideo} from 'sentry/components/autoplayVideo'; jest.mock('react', () => { return { ...jest.requireActual('react'), useRef: jest.fn(), }; }); // Use a proxy to prevent