mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix tests
This commit is contained in:
parent
75ac21322a
commit
71854da4f4
2 changed files with 4 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
className="windows"
|
||||
>
|
||||
<div
|
||||
className=""
|
||||
className="selected"
|
||||
id="equalizer-button"
|
||||
onClick={[Function]}
|
||||
title="Toggle Graphical Equalizer"
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="playlist-scrollbar"
|
||||
/>
|
||||
<div
|
||||
className="playlist-bottom"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue