diff --git a/js/__tests__/__image_snapshots__/baseline-integration-test-js-can-pose-for-a-screenshot-1-snap.png b/js/__tests__/__image_snapshots__/baseline-integration-test-js-can-pose-for-a-screenshot-1-snap.png index bb9ead16..aed81b2c 100644 Binary files a/js/__tests__/__image_snapshots__/baseline-integration-test-js-can-pose-for-a-screenshot-1-snap.png and b/js/__tests__/__image_snapshots__/baseline-integration-test-js-can-pose-for-a-screenshot-1-snap.png differ diff --git a/js/index.js b/js/index.js index 3e4b0515..046d46d2 100644 --- a/js/index.js +++ b/js/index.js @@ -184,6 +184,7 @@ Raven.context(() => { webamp.store.dispatch({ type: DISABLE_MARQUEE }); } if (screenshot) { + window.document.body.style.backgroundColor = "#000"; webamp.store.dispatch({ type: TOGGLE_REPEAT }); webamp.store.dispatch({ type: TOGGLE_SHUFFLE }); webamp.store.dispatch({ type: SET_EQ_AUTO, value: true });