Switch Automation to Chrome for Test Speed

This commit is contained in:
Qstick 2020-08-21 20:57:42 -04:00
parent e836b795de
commit 0e78135f91
4 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,4 @@
import classNames from 'classnames';
import PropTypes from 'prop-types';
import React from 'react';
import styles from './LoadingIndicator.css';
@ -13,7 +14,7 @@ function LoadingIndicator({ className, rippleClassName, size }) {
style={{ height }}
>
<div
className={styles.rippleContainer}
className={classNames(styles.rippleContainer, 'followingBalls')}
style={{ width, height }}
>
<div