Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix unit tests
  • Loading branch information
youknowriad committed Nov 21, 2019
commit 210dd5c06c971da6c6dc396e23de54a46e184281
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ exports[`ColorPalette Dropdown should render it correctly 1`] = `
renderToggle={[Function]}
>
<div
className="components-circular-option-picker__dropdown-link-action"
className="components-dropdown components-circular-option-picker__dropdown-link-action"
>
<ForwardRef(Button)
aria-expanded={false}
Expand Down Expand Up @@ -436,7 +436,7 @@ exports[`ColorPalette should render a dynamic toolbar of colors 1`] = `
renderToggle={[Function]}
>
<div
className="components-circular-option-picker__dropdown-link-action"
className="components-dropdown components-circular-option-picker__dropdown-link-action"
>
<ForwardRef(Button)
aria-expanded={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`MoreMenu should match snapshot 1`] = `
renderToggle={[Function]}
>
<div
className="components-dropdown-menu edit-post-more-menu"
className="components-dropdown components-dropdown-menu edit-post-more-menu"
>
<ForwardRef(IconButton)
aria-expanded={false}
Expand Down