We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd872c1 commit bd4480eCopy full SHA for bd4480e
test/test.js
@@ -408,7 +408,7 @@ describe('form', function() {
408
dataType: 'xml',
409
success: function(responseXML, statusText) { // post-submit callback
410
assert.ok(typeof responseXML == 'object', 'data type xml');
411
- assert.ok($('test', responseXML).size() == 3, 'xml data query');
+ assert.ok($('test', responseXML).length == 3, 'xml data query');
412
// start();
413
}
414
};
0 commit comments