core: tests cleanup for compability with qunit updates: stop() now actually accepts...
[jquery.git] / test / unit / event.js
index 44109f0..a0857a3 100644 (file)
@@ -258,7 +258,7 @@ test("trigger(event, [data], [fn])", function() {
        
        var pass = true;
        try {
-               jQuery('input:first')
+               jQuery('#form input:first')
                        .hide()
                        .trigger('focus');
        } catch(e) {