Skip to content

Instantly share code, notes, and snippets.

@makyo
Created September 6, 2013 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makyo/6461440 to your computer and use it in GitHub Desktop.
Save makyo/6461440 to your computer and use it in GitHub Desktop.
=== modified file 'test/test_conflict_ux.js'
--- test/test_conflict_ux.js 2013-09-04 16:30:49 +0000
+++ test/test_conflict_ux.js 2013-09-06 08:59:04 +0000
@@ -180,11 +180,6 @@
});
it('should indicate conflict of boolean config values', function(done) {
- // XXX (Jeff) YUI's simulate can't properly simulate focus or blur in
- // IE10 as of 3.9.1, 3.11 https://github.com/yui/yui3/issues/489
- if (Y.UA.ie === 10) {
- done();
- }
var input = container.one('#input-debug');
assert.equal(input.get('checked'), false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment