Skip to content

Commit

Permalink
semantic merge conflict in hotkeys tests (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgray authored Sep 21, 2018
1 parent 8a9235f commit 2c4d717
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/test/hotkeys/hotkeysTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ describe("Hotkeys", () => {
const TEST_TIMEOUT_DURATION = 30;

comp = mount(<TestComponent />, { attachTo });
const node = ReactDOM.findDOMNode(comp.instance());

dispatchTestKeyboardEvent(node, "keydown", "/", true);
dispatchTestKeyboardEvent(comp.getDOMNode(), "keydown", "/", true);

// wait for the dialog to animate in
setTimeout(() => {
Expand Down

2 comments on commit 2c4d717

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semantic merge conflict in hotkeys tests (#2962)

Previews: documentation | landing | table

@shejizhe0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Please sign in to comment.