Switch Automation to Chrome for Test Speed

This commit is contained in:
Qstick
2020-08-21 20:57:42 -04:00
parent aba9cedb78
commit fa3914c36a
4 changed files with 8 additions and 7 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