Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 5a75829

Browse files
committed
Fix failed test
1 parent 82d5b12 commit 5a75829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/js/reference-list/components/__tests__/PanelButton-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PanelButton } from '../PanelButton';
66

77
const setup = () => {
88
const component = mount(
9-
<PanelButton tooltip='test' />
9+
<PanelButton data-tooltip='test' />
1010
);
1111
return {
1212
component,

0 commit comments

Comments
 (0)