Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 66e6769

Browse files
committed
Change to simulate doubleClick event
1 parent 4593fc9 commit 66e6769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/components/decorator-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('container decorator component', () => {
4242
/>
4343
);
4444
const clickable = container.refs.clickable;
45-
TestUtils.Simulate.click(clickable);
45+
TestUtils.Simulate.doubleClick(clickable);
4646
onDoubleClick.should.be.called.once;
4747
});
4848

0 commit comments

Comments
 (0)