Skip to content

Commit

Permalink
Issue 7166: Fix FBTests on JSD2 branch
Browse files Browse the repository at this point in the history
- Temporary fix for  tests failing on OS-X: issue5644.js, issue4621.js, http://code.google.com/p/fbug/issues/detail?id=7166#c115
  • Loading branch information
thomasandersen committed Mar 24, 2014
1 parent b38b1fc commit c4960de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/content/console/4621/issue4621.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ function clickToolbarButton(buttonID, ctrlKey)
FBTest.sysout("Click toolbar button " + buttonID, button);

var eventDetails = {ctrlKey: ctrlKey};
FBTest.synthesizeMouse(button, 2, 2, eventDetails);
FBTest.synthesizeMouse(button, 4, 4, eventDetails);
}
2 changes: 1 addition & 1 deletion tests/content/css/5644/issue5644.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function runTest()
var prop = findProperty(name);

// Try to hit the disable button.
FBTest.synthesizeMouse(prop, 2, 2);
FBTest.synthesizeMouse(prop, 4, 4);
callback();
};

Expand Down

0 comments on commit c4960de

Please sign in to comment.