From 5283e234a189942e396a0ece6eff47ce648ffdf2 Mon Sep 17 00:00:00 2001 From: Benjamin Graham Date: Wed, 27 May 2020 09:40:44 -0400 Subject: [PATCH] Fixed and simplified tests Gave buttons IDs for ease of access, fixed `fit-to` testing to better reflect purpose, and fixed occasional timing error in `testSkipFrame` caused by call overlap --- src/config.jsx | 4 ++-- src/player.jsx | 2 +- src/recordings.jsx | 2 +- test/check-application | 24 ++++++++++++------------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/config.jsx b/src/config.jsx index dcb24a2..b1e9d4a 100644 --- a/src/config.jsx +++ b/src/config.jsx @@ -321,7 +321,7 @@ class Config extends React.Component { - + Saving... @@ -461,7 +461,7 @@ class SssdConfig extends React.Component { } - + Saving... diff --git a/src/player.jsx b/src/player.jsx index dda4384..b614c05 100644 --- a/src/player.jsx +++ b/src/player.jsx @@ -1276,7 +1276,7 @@ export class Player extends React.Component { onClick={this.speedUp}> x2 - {speedStr} + {speedStr} {formatDuration(this.currentTsPost)} / {formatDuration(this.buf.pos)}