Lines Matching refs:mountAndWaitFor
9 import { waitFor, retryForStatus, mountAndWaitFor as originalMountAndWaitFor } from './helpers';
55 const mountAndWaitFor = (child, propName = 'onLoad') => function
72 await mountAndWaitFor(element, 'onLoad');
87 await mountAndWaitFor(element, 'onLoad');
106 await mountAndWaitFor(element);
120 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoadStart');
126 await mountAndWaitFor(<Video style={style} source={source} />, 'onLoad');
130 const status = await mountAndWaitFor(
140 await mountAndWaitFor(<Video style={style} />, 'ref');
144 const status = await mountAndWaitFor(<Video style={style} source={mp4Source} />);
149 const status = await mountAndWaitFor(
156 const status = await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
164 const error = await mountAndWaitFor(
181 const status = await mountAndWaitFor(
200 const status = await mountAndWaitFor(
213 const status = await mountAndWaitFor(
220 const status = await mountAndWaitFor(
227 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
228 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />);
232 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} />);
233 await mountAndWaitFor(
239 await mountAndWaitFor(<Video style={style} source={videoRemoteSource} useNativeControls />);
240 await mountAndWaitFor(<Video style={style} source={redirectingVideoRemoteSource} />);
247 const error = await mountAndWaitFor(
260 const error = await mountAndWaitFor(
291 await mountAndWaitFor(<Video {...props} />);
300 await mountAndWaitFor(<Video {...props} />);
310 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
322 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
333 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
344 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
354 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
366 const status = await mountAndWaitFor(<Video {...props} />, 'onReadyForDisplay');
379 await mountAndWaitFor(
413 await mountAndWaitFor(
433 await mountAndWaitFor(
452 await mountAndWaitFor(
479 await mountAndWaitFor(<Video {...props} />);
492 await mountAndWaitFor(<Video {...props} />);
516 await mountAndWaitFor(<Video {...props} />);
529 await mountAndWaitFor(<Video {...props} />);
551 await mountAndWaitFor(<Video {...props} />);
578 await mountAndWaitFor(<Video {...props} />);
640 await mountAndWaitFor(<Video {...props} />);
655 const instance = await mountAndWaitFor(<Video {...props} />, 'ref');
663 const instance = await mountAndWaitFor(<Video {...props} />, 'ref');
673 const instance = await mountAndWaitFor(<Video style={style} usePoster />, 'ref');
683 await mountAndWaitFor(<Video {...props} />);
693 await mountAndWaitFor(<Video {...props} />);
709 await mountAndWaitFor(<Video {...props} />);
717 await mountAndWaitFor(<Video {...props} />);
735 await mountAndWaitFor(<Video {...props} />);
759 await mountAndWaitFor(<Video {...props} />);
781 await mountAndWaitFor(<Video source={source} ref={refSetter} style={style} shouldPlay />);
794 await mountAndWaitFor(<Video {...props} />);
846 await mountAndWaitFor(<Video {...props} />);
854 await mountAndWaitFor(<Video {...props} />);