mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Update snapshots
This commit is contained in:
parent
07c902b95d
commit
3b9fdb30e5
5 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
|||
className="window draggable"
|
||||
id="equalizer-window"
|
||||
onMouseDown={[Function]}
|
||||
onWheel={[Function]}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ exports[`GenWindow renders to snapshot 1`] = `
|
|||
<div
|
||||
className="gen-window window selected"
|
||||
onMouseDown={[Function]}
|
||||
onWheel={[Function]}
|
||||
>
|
||||
<div
|
||||
className="gen-top draggable"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ describe("GenWindow", () => {
|
|||
selected
|
||||
close={() => {}}
|
||||
windowId="TEST_WINDOW_ID"
|
||||
scrollVolume={() => {}}
|
||||
/>
|
||||
)
|
||||
.toJSON();
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onWheel={[Function]}
|
||||
>
|
||||
<div
|
||||
className="selected title-bard draggable"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
|
|||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onWheel={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue