From 4a49bcfd031ce0a9442dd9f8f93d1035d74df1f3 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 10 Sep 2019 08:05:42 -0700 Subject: [PATCH] Fix snapshots to work with new version of rc-slider --- .../EqualizerWindow/__snapshots__/index.test.js.snap | 11 +++++++++++ .../PlaylistWindow/__snapshots__/index.test.js.snap | 1 + 2 files changed, 12 insertions(+) diff --git a/js/components/EqualizerWindow/__snapshots__/index.test.js.snap b/js/components/EqualizerWindow/__snapshots__/index.test.js.snap index 506464a8..66ef490b 100644 --- a/js/components/EqualizerWindow/__snapshots__/index.test.js.snap +++ b/js/components/EqualizerWindow/__snapshots__/index.test.js.snap @@ -91,6 +91,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -145,6 +146,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -187,6 +189,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -229,6 +232,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -271,6 +275,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -313,6 +318,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -355,6 +361,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -397,6 +404,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -439,6 +447,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -481,6 +490,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> @@ -523,6 +533,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "50%", + "top": "auto", } } /> diff --git a/js/components/PlaylistWindow/__snapshots__/index.test.js.snap b/js/components/PlaylistWindow/__snapshots__/index.test.js.snap index b4583d63..fcf4f327 100644 --- a/js/components/PlaylistWindow/__snapshots__/index.test.js.snap +++ b/js/components/PlaylistWindow/__snapshots__/index.test.js.snap @@ -114,6 +114,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = ` Object { "bottom": "0%", "height": "0%", + "top": "auto", } } />