Fix snapshots to work with new version of rc-slider

This commit is contained in:
Jordan Eldredge 2019-09-10 08:05:42 -07:00
parent ea7946eaf0
commit e7dc2e9ba3
2 changed files with 12 additions and 0 deletions

View File

@ -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",
}
}
/>

View File

@ -114,6 +114,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
Object {
"bottom": "0%",
"height": "0%",
"top": "auto",
}
}
/>