Skip to content

Commit

Permalink
test: update tests and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Dec 18, 2024
1 parent 97ccc31 commit 64840ca
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('<ToolbarPopover />', () => {
const button = component.find('EuiButton');
expect(button.prop('color')).toBe('text');
expect(button.prop('css')).toMatchObject({
backgroundColor: '#FFF',
backgroundColor: '#FFFFFF',
border: '1px solid #D3DAE6',
color: '#343741',
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64840ca

Please sign in to comment.