diff --git a/__tests__/components/PlaybackControls.test.js b/__tests__/components/PlaybackControls.test.js index 0740deac..c83821b0 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 === 'magic', + (child) => child.props && child.props.name === 'lightbulb_outline', ); }); } diff --git a/__tests__/components/__snapshots__/PlaybackControls.test.js.snap b/__tests__/components/__snapshots__/PlaybackControls.test.js.snap index 3cf45a02..24b74ae7 100644 --- a/__tests__/components/__snapshots__/PlaybackControls.test.js.snap +++ b/__tests__/components/__snapshots__/PlaybackControls.test.js.snap @@ -167,7 +167,7 @@ exports[` should render correctly 1`] = ` { className={`control${smartQueue ? ' control--active' : ''} tooltip`} onClick={toggleSmartQueue} > - +