diff --git a/__tests__/components/PlaybackControls.test.js b/__tests__/components/PlaybackControls.test.js index 47f6bce6..0740deac 100644 --- a/__tests__/components/PlaybackControls.test.js +++ b/__tests__/components/PlaybackControls.test.js @@ -55,7 +55,7 @@ function findSmartQueueButton(renderer) { ? btn.props.children : [btn.props.children]; return children.some( - (child) => child.props && child.props.name === 'auto_awesome', + (child) => child.props && child.props.name === 'magic', ); }); }