Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
fix unit test for issue #1270
Browse files Browse the repository at this point in the history
  • Loading branch information
redmunds committed Jul 19, 2012
1 parent de33fd4 commit 3c3269b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/spec/Menu-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ define(function (require, exports, module) {
SpecRunnerUtils.simulateKeyEvent(key, "keydown", element);

// verify close event
// TODO: issue #1270
//expect(closeEvent).toBeTruthy();
expect(closeEvent).toBeTruthy();

// verify all dropdowns are closed
$menus = testWindow.$(".dropdown.open");
Expand Down

0 comments on commit 3c3269b

Please # to comment.